diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-09 00:51:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-09 00:51:54 +0000 |
commit | 2fe813af23e682b418ecd477144fe070be325419 (patch) | |
tree | d9efc857b75c1b30f59af17acabebf2b36402c37 /lib | |
parent | 797b7aab35d815a48f58ce7f7b0b8d0fe06c92af (diff) | |
download | external_llvm-2fe813af23e682b418ecd477144fe070be325419.tar.gz external_llvm-2fe813af23e682b418ecd477144fe070be325419.tar.bz2 external_llvm-2fe813af23e682b418ecd477144fe070be325419.zip |
Remove extraneous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index f7d9790692..3e04c8e4c8 100644 --- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/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: |