Add a break statement that I accidentally deleted when
authorDan Gohman <gohman@apple.com>
Wed, 10 Sep 2008 15:52:34 +0000 (15:52 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 10 Sep 2008 15:52:34 +0000 (15:52 +0000)
I shuffled the fast-isel command-line options around. This fixes
a bunch of fast-isel failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56057 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index acc2c050a089d5da545e0cae2809ba29ca5cae71..f47abb3c30d54d8a555145bdb4fa85d394ecf151 100644 (file)
@@ -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.