summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-19 23:56:35 +0000
committerAlp Toker <alp@nuanti.com>2014-04-19 23:56:35 +0000
commit8f5a7de1e62209c9a7f899004df3f2ff14ac0922 (patch)
treef3a66b0dd72474249a8ac32fe527e85fa59e7dd1 /lib/Target/SystemZ
parentbe76c2adceecdf292efb7bf6333afdcf032f0ac6 (diff)
downloadllvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.gz
llvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.bz2
llvm-8f5a7de1e62209c9a7f899004df3f2ff14ac0922.tar.xz
Remove some empty statements
Cleanup only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-rw-r--r--lib/Target/SystemZ/SystemZInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrInfo.cpp b/lib/Target/SystemZ/SystemZInstrInfo.cpp
index e20834cb07..d088e533b8 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.cpp
+++ b/lib/Target/SystemZ/SystemZInstrInfo.cpp
@@ -542,7 +542,7 @@ PredicateInstruction(MachineInstr *MI,
MI->setDesc(get(CondOpcode));
MachineInstrBuilder(*MI->getParent()->getParent(), MI)
.addImm(CCValid).addImm(CCMask)
- .addReg(SystemZ::CC, RegState::Implicit);;
+ .addReg(SystemZ::CC, RegState::Implicit);
return true;
}
}