From d40a89865168a41e172cd9ea5054016267f712fc Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 2 Nov 2015 01:38:12 +0000 Subject: [PATCH] Untabify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251769 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SystemZ/SystemZElimCompare.cpp | 6 +++--- lib/Target/SystemZ/SystemZISelLowering.cpp | 4 ++-- lib/Target/SystemZ/SystemZISelLowering.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/Target/SystemZ/SystemZElimCompare.cpp b/lib/Target/SystemZ/SystemZElimCompare.cpp index adddeef0090..4818ed01552 100644 --- a/lib/Target/SystemZ/SystemZElimCompare.cpp +++ b/lib/Target/SystemZ/SystemZElimCompare.cpp @@ -150,9 +150,9 @@ static bool isLoadAndTestAsCmp(MachineInstr *MI) { // If we during isel used a load-and-test as a compare with 0, the // def operand is dead. return ((MI->getOpcode() == SystemZ::LTEBR || - MI->getOpcode() == SystemZ::LTDBR || - MI->getOpcode() == SystemZ::LTXBR) && - MI->getOperand(0).isDead()); + MI->getOpcode() == SystemZ::LTDBR || + MI->getOpcode() == SystemZ::LTXBR) && + MI->getOperand(0).isDead()); } // Return the source register of Compare, which is the unknown value diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp index 2a2be6563be..b3e2340fee8 100644 --- a/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -5620,8 +5620,8 @@ SystemZTargetLowering::emitTransactionBegin(MachineInstr *MI, MachineBasicBlock * SystemZTargetLowering::emitLoadAndTestCmp0(MachineInstr *MI, - MachineBasicBlock *MBB, - unsigned Opcode) const { + MachineBasicBlock *MBB, + unsigned Opcode) const { MachineFunction &MF = *MBB->getParent(); MachineRegisterInfo *MRI = &MF.getRegInfo(); const SystemZInstrInfo *TII = diff --git a/lib/Target/SystemZ/SystemZISelLowering.h b/lib/Target/SystemZ/SystemZISelLowering.h index 88fd28a575b..8a2839acd24 100644 --- a/lib/Target/SystemZ/SystemZISelLowering.h +++ b/lib/Target/SystemZ/SystemZISelLowering.h @@ -531,8 +531,8 @@ private: unsigned Opcode, bool NoFloat) const; MachineBasicBlock *emitLoadAndTestCmp0(MachineInstr *MI, - MachineBasicBlock *MBB, - unsigned Opcode) const; + MachineBasicBlock *MBB, + unsigned Opcode) const; }; } // end namespace llvm -- 2.34.1