summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-11-02 01:38:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-11-02 01:38:12 +0000
commit50df0c2037a168078e766edf823e4475c5805fc4 (patch)
tree70eecd7d06f1beffb422719c475db6509eea4bba /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
parent6028c03976d2e0a17c6d83546cacd00648ff8b13 (diff)
downloadbcm5719-llvm-50df0c2037a168078e766edf823e4475c5805fc4.tar.gz
bcm5719-llvm-50df0c2037a168078e766edf823e4475c5805fc4.zip
Untabify.
llvm-svn: 251769
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index 2a2be6563be..b3e2340fee8 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/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 =
OpenPOWER on IntegriCloud