Fix line-ending issue. NFC.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 13 Oct 2015 06:22:30 +0000 (06:22 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 13 Oct 2015 06:22:30 +0000 (06:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250151 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FrameLowering.cpp

index 9d20fd7c2a97243333871dc937822e1a7dcdbf2c..83a4acd7a4ad07c76e28a56dca70bf1a9904074f 100644 (file)
@@ -2099,8 +2099,8 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
 
     if (HasDwarfEHHandlers && !isDestroy && 
         MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences())
-      BuildCFI(MBB, I, DL,\r
-               MCCFIInstruction::createGnuArgsSize(nullptr, Amount));\r
+      BuildCFI(MBB, I, DL,
+               MCCFIInstruction::createGnuArgsSize(nullptr, Amount));
 
     if (Amount == 0)
       return;