forked from OSchip/llvm-project
parent
f9d6d53823
commit
d49763d200
|
@ -865,7 +865,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn,
|
|||
|
||||
SetDebugLoc(MDDbgKind, BI, SDB, FastIS, &MF);
|
||||
|
||||
// First try normal tablegen-generated "fast" selection.
|
||||
// Try to select the instruction with FastISel.
|
||||
if (FastIS->SelectInstruction(BI)) {
|
||||
ResetDebugLoc(SDB, FastIS);
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue