mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Speculative build fix 2
llvm-svn: 315542
This commit is contained in:
parent
f44870d1d1
commit
6925d8046a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user