mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-29 08:16:51 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -758,6 +758,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn, MachineFunction &MF) {
|
|||||||
}
|
}
|
||||||
if (EnableFastISelAbort)
|
if (EnableFastISelAbort)
|
||||||
assert(0 && "FastISel didn't handle a PHI in a successor");
|
assert(0 && "FastISel didn't handle a PHI in a successor");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// First try normal tablegen-generated "fast" selection.
|
// First try normal tablegen-generated "fast" selection.
|
||||||
|
|||||||
Reference in New Issue
Block a user