Speculative build fix 2

llvm-svn: 315542
This commit is contained in:
Reid Kleckner 2017-10-12 00:28:28 +00:00
parent f44870d1d1
commit 6925d8046a

View File

@ -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);