Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set"
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 00:21:44 +0000 (00:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 00:21:44 +0000 (00:21 +0000)
commitb0793f9741f7219c764e23cb99d4bda018e4f56c
tree8a6d230d6f4533c5972c46ef36561f04a0784d5a
parentd63b964850f7051a7a96edd5aa31d9d67edbec68
Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set"
correctly. That is causing non-deterministic behavior (and possibly preventing
some load folding from happening).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28458 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp