summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-12-08 23:35:25 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-12-08 23:35:25 +0000
commite296ee830ae50463f014534b45ea8eb8f6554bb6 (patch)
tree26b00faf64fc1d13132fbcf91dfb8f63800849df /llvm
parent6a21b40bd6b281fef71710d3630b4853139b1526 (diff)
downloadbcm5719-llvm-e296ee830ae50463f014534b45ea8eb8f6554bb6.tar.gz
bcm5719-llvm-e296ee830ae50463f014534b45ea8eb8f6554bb6.zip
Style nit and whitespace cleanup
llvm-svn: 121317
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index 40c4ac42b95..f7d9790692e 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud