summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-10 15:52:34 +0000
committerDan Gohman <gohman@apple.com>2008-09-10 15:52:34 +0000
commit222018da7be9aeead0fcc1f42bb541357da57a53 (patch)
tree1e25ae61af21fb7513ae9cfeed68cea9576091ab /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent728c44ab567095b2e405e95cc5c125662ae07a54 (diff)
downloadbcm5719-llvm-222018da7be9aeead0fcc1f42bb541357da57a53.tar.gz
bcm5719-llvm-222018da7be9aeead0fcc1f42bb541357da57a53.zip
Add a break statement that I accidentally deleted when
I shuffled the fast-isel command-line options around. This fixes a bunch of fast-isel failures. llvm-svn: 56057
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index acc2c050a08..f47abb3c30d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -758,6 +758,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn, MachineFunction &MF) {
}
if (EnableFastISelAbort)
assert(0 && "FastISel didn't handle a PHI in a successor");
+ break;
}
// First try normal tablegen-generated "fast" selection.
OpenPOWER on IntegriCloud