summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-09 00:51:54 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-09 00:51:54 +0000
commitf75412dec70163135cfc07de6af8a3b71531b6f5 (patch)
tree735fe83f6547119b0cca0b399626821ab501d6e6 /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
parentc4d333f02a2ecefb1bd7897bce6cfdca423a3c48 (diff)
downloadbcm5719-llvm-f75412dec70163135cfc07de6af8a3b71531b6f5.tar.gz
bcm5719-llvm-f75412dec70163135cfc07de6af8a3b71531b6f5.zip
Remove extraneous semicolon.
llvm-svn: 121338
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index f7d9790692e..3e04c8e4c88 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -711,7 +711,7 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
TransferImpOps(MI, MIB, MIB);
MI.eraseFromParent();
break;
- };
+ }
case ARM::t2LDRHpci:
case ARM::t2LDRBpci:
case ARM::t2LDRSHpci:
OpenPOWER on IntegriCloud