projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29cfa6f
)
Speculative build fix, apparently I built llc without my patch applied to test it
author
Reid Kleckner
<rnk@google.com>
Thu, 12 Oct 2017 00:20:50 +0000
(
00:20
+0000)
committer
Reid Kleckner
<rnk@google.com>
Thu, 12 Oct 2017 00:20:50 +0000
(
00:20
+0000)
llvm-svn: 315539
llvm/lib/Target/X86/X86FrameLowering.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86FrameLowering.cpp
b/llvm/lib/Target/X86/X86FrameLowering.cpp
index 4b895bab72ebbc1aeeab4139978df5993761333e..ae3662364ecb92525019732ea1935ea524f6a382 100644
(file)
--- a/
llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/
llvm/lib/Target/X86/X86FrameLowering.cpp
@@
-952,7
+952,7
@@
void X86FrameLowering::emitPrologue(MachineFunction &MF,
bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
bool NeedsWin64CFI = IsWin64Prologue && Fn->needsUnwindTableEntry();
bool NeedsWinFPO = STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag();
- NeedsWinFPO &= !MF
->
hasEHFunclets(); // FIXME
+ NeedsWinFPO &= !MF
.
hasEHFunclets(); // FIXME
bool NeedsWinCFI = NeedsWin64CFI || NeedsWinFPO;
bool NeedsDwarfCFI =
!IsWin64Prologue && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry());