summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
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
commit9844434151574f48a61be3f7ef879b750b1a09cb (patch)
treea8adf78cb0284d4a0bed5cbcf5f898cd34374cc5 /llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
parent5f072d814f840ee6fcf4a12ad9fab32944a61394 (diff)
downloadbcm5719-llvm-9844434151574f48a61be3f7ef879b750b1a09cb.tar.gz
bcm5719-llvm-9844434151574f48a61be3f7ef879b750b1a09cb.zip
Remove some empty statements
Cleanup only. llvm-svn: 206710
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp b/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
index e20834cb074..d088e533b86 100644
--- a/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
+++ b/llvm/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;
}
}
OpenPOWER on IntegriCloud