From: Jason W Kim Date: Wed, 8 Dec 2010 23:35:25 +0000 (+0000) Subject: Style nit and whitespace cleanup X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=045869c12ac5af2b1dd97a0dcbedab8db01fe765;p=oota-llvm.git Style nit and whitespace cleanup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121317 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 40c4ac42b95..f7d9790692e 100644 --- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp @@ -710,8 +710,8 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { (*MIB).setMemRefs(MI.memoperands_begin(), MI.memoperands_end()); TransferImpOps(MI, MIB, MIB); MI.eraseFromParent(); - }; break; - + break; + }; case ARM::t2LDRHpci: case ARM::t2LDRBpci: case ARM::t2LDRSHpci: