summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2015-11-05 21:54:58 +0000
committerTim Northover <tnorthover@apple.com>2015-11-05 21:54:58 +0000
commit775aaeb7656dc3529a32e2cf2fd84aba5a189b7e (patch)
treeb017c2e7e6ad4981f8727f8eca9395758b0d312a /llvm/lib/Target/X86/X86FrameLowering.cpp
parent3f22bf947d3c7534ffd44bcc2bd23afb042d52a8 (diff)
downloadbcm5719-llvm-775aaeb7656dc3529a32e2cf2fd84aba5a189b7e.tar.gz
bcm5719-llvm-775aaeb7656dc3529a32e2cf2fd84aba5a189b7e.zip
Remove windows line endings introduced by r252177. NFC.
llvm-svn: 252217
Diffstat (limited to 'llvm/lib/Target/X86/X86FrameLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp
index bba328be1e0..ad83344b327 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -636,15 +636,15 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF,
unsigned FramePtr = TRI->getFrameRegister(MF);
const unsigned MachineFramePtr =
STI.isTarget64BitILP32()
- ? getX86SubSuperRegister(FramePtr, MVT::i64, false)
- : FramePtr;
- unsigned BasePtr = TRI->getBaseRegister();
-
- // Debug location must be unknown since the first debug location is used
- // to determine the end of the prologue.
- DebugLoc DL;
-
- // Add RETADDR move area to callee saved frame size.
+ ? getX86SubSuperRegister(FramePtr, MVT::i64, false)
+ : FramePtr;
+ unsigned BasePtr = TRI->getBaseRegister();
+
+ // Debug location must be unknown since the first debug location is used
+ // to determine the end of the prologue.
+ DebugLoc DL;
+
+ // Add RETADDR move area to callee saved frame size.
int TailCallReturnAddrDelta = X86FI->getTCReturnAddrDelta();
if (TailCallReturnAddrDelta && IsWin64Prologue)
report_fatal_error("Can't handle guaranteed tail call under win64 yet");
OpenPOWER on IntegriCloud