summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-02 18:46:15 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-02 18:46:15 +0000
commit05dec8b12249fb1d3e25ce8d120f1aae178157ac (patch)
treec5e0610a2cd5306c3dea7849f28746d1e06bc35e /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
parenta336e70573802d8d1a6921c4ead55e0322188c49 (diff)
downloadbcm5719-llvm-05dec8b12249fb1d3e25ce8d120f1aae178157ac.tar.gz
bcm5719-llvm-05dec8b12249fb1d3e25ce8d120f1aae178157ac.zip
Tidy up. Formatting.
llvm-svn: 139024
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index 89918f9183d..7872cb90f4e 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -869,7 +869,7 @@ bool ARMExpandPseudo::ExpandMI(MachineBasicBlock &MBB,
case ARM::RRX: {
// This encodes as "MOVs Rd, Rm, rrx
MachineInstrBuilder MIB =
- AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVsi),
+ AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(),TII->get(ARM::MOVsi),
MI.getOperand(0).getReg())
.addOperand(MI.getOperand(1))
.addImm(ARM_AM::getSORegOpc(ARM_AM::rrx, 0)))
OpenPOWER on IntegriCloud