Skip to content

Commit c2daca0

Browse files
authored
Update SelectionDAGISel.cpp
1 parent 7770fa8 commit c2daca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
398398
TM.Options.EnableFastISel = OldEnableFastISel;
399399
});
400400

401-
if (OptLevel == CodeGenOpt::None) {
401+
if (OptLevel == CodeGenOptLevel::None) {
402402
if (MF->getFunction().hasInlineAsm())
403403
TM.Options.EnableFastISel = false;
404404
}

0 commit comments

Comments
 (0)