OSDN Git Service

Ugly hack! Add helper functions InsertInFlightSetEntry and
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jun 2006 23:57:05 +0000 (23:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jun 2006 23:57:05 +0000 (23:57 +0000)
commit322812e603705e1c2037313633e72f689524b163
tree7d13d6695fbade190d0cc907b4b48dd5dbce83b5
parent7dabf399b95aad4056985eac346451e134de9ebe
Ugly hack! Add helper functions InsertInFlightSetEntry and
RemoveInFlightSetEntry. They are used in place of direct set operators to
reduce instruction selection function stack size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28987 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
utils/TableGen/DAGISelEmitter.cpp