[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

Evan Cheng evan.cheng at apple.com
Thu Jul 27 17:47:33 PDT 2006



Changes in directory llvm/lib/Target/Sparc:

SparcISelDAGToDAG.cpp updated: 1.99 -> 1.100
---
Log message:

Remove InFlightSet hack. No longer needed.

---
Diffs of the changes:  (+0 -1)

 SparcISelDAGToDAG.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
diff -u llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.99 llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.100
--- llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.99	Thu Jun 15 03:18:06 2006
+++ llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp	Thu Jul 27 19:47:19 2006
@@ -1001,7 +1001,6 @@
   
   // Select target instructions for the DAG.
   DAG.setRoot(SelectRoot(DAG.getRoot()));
-  assert(InFlightSet.empty() && "ISel InFlightSet has not been emptied!");
   CodeGenMap.clear();
   HandleMap.clear();
   ReplaceMap.clear();






More information about the llvm-commits mailing list