[llvm-commits] [llvm] r121317 - /llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp

Jason W Kim jason.w.kim.2009 at gmail.com
Wed Dec 8 15:35:25 PST 2010


Author: jasonwkim
Date: Wed Dec  8 17:35:25 2010
New Revision: 121317

URL: http://llvm.org/viewvc/llvm-project?rev=121317&view=rev
Log:
Style nit and whitespace cleanup

Modified:
    llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp?rev=121317&r1=121316&r2=121317&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp Wed Dec  8 17:35:25 2010
@@ -710,8 +710,8 @@
       (*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:





More information about the llvm-commits mailing list