Skip to content

Commit

Permalink
Speculative build fix 2
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315542 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed Oct 12, 2017
1 parent 44764ec commit 949e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/X86/X86AsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag();

// FIXME: EH
if (MF->hasEHFunclets())
if (MF.hasEHFunclets())
EmitFPOData = false;

SetupMachineFunction(MF);
Expand Down

0 comments on commit 949e6fe

Please sign in to comment.