From 222018da7be9aeead0fcc1f42bb541357da57a53 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Sep 2008 15:52:34 +0000 Subject: 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 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen') 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. -- cgit v1.2.3