summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-28 00:47:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-28 00:47:19 +0000
commitb572401bea92259b2e90cef4e7169883e522f0d7 (patch)
treee0e4372150b07ebaa53c56e231093c121eee1003 /llvm/lib/Target/Sparc
parent3390cbed2c74a69c355db9862f3b78ec2ba265a5 (diff)
downloadbcm5719-llvm-b572401bea92259b2e90cef4e7169883e522f0d7.tar.gz
bcm5719-llvm-b572401bea92259b2e90cef4e7169883e522f0d7.zip
Remove InFlightSet hack. No longer needed.
llvm-svn: 29373
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp b/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
index 4be7fa582d0..1004109524d 100644
--- a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
+++ b/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
@@ -1001,7 +1001,6 @@ void SparcDAGToDAGISel::InstructionSelectBasicBlock(SelectionDAG &DAG) {
// 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();
OpenPOWER on IntegriCloud