From: Bill Wendling Date: Thu, 9 Dec 2010 00:51:54 +0000 (+0000) Subject: Remove extraneous semicolon. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2fe813af23e682b418ecd477144fe070be325419;p=oota-llvm.git Remove extraneous semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index f7d9790692e..3e04c8e4c88 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: