We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7770fa8 commit c2daca0Copy full SHA for c2daca0
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -398,7 +398,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
398
TM.Options.EnableFastISel = OldEnableFastISel;
399
});
400
401
- if (OptLevel == CodeGenOpt::None) {
+ if (OptLevel == CodeGenOptLevel::None) {
402
if (MF->getFunction().hasInlineAsm())
403
TM.Options.EnableFastISel = false;
404
}
0 commit comments