summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-07-18 18:34:24 +0000
committerAndrew Trick <atrick@apple.com>2012-07-18 18:34:24 +0000
commitbc325168c3341dfaf35b2c027683ced82d6d9d23 (patch)
tree156f9f59084eb1a5e0751ec7aa38417b9415a1ec /llvm/lib/Target/ARM/ARMISelLowering.cpp
parente002fb5da335ccb3c0d0283cd830201ad7445236 (diff)
downloadbcm5719-llvm-bc325168c3341dfaf35b2c027683ced82d6d9d23.tar.gz
bcm5719-llvm-bc325168c3341dfaf35b2c027683ced82d6d9d23.zip
whitespace
llvm-svn: 160440
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index cbe521580d4..6094811caa5 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -6859,7 +6859,7 @@ ARMTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
RSBBB->addSuccessor(SinkBB);
// insert a cmp at the end of BB
- AddDefaultPred(BuildMI(BB, dl,
+ AddDefaultPred(BuildMI(BB, dl,
TII->get(isThumb2 ? ARM::t2CMPri : ARM::CMPri))
.addReg(ABSSrcReg).addImm(0));
@@ -7678,7 +7678,7 @@ static SDValue PerformSTORECombine(SDNode *N,
if (St->isVolatile())
return SDValue();
- // Optimize trunc store (of multiple scalars) to shuffle and store. First,
+ // Optimize trunc store (of multiple scalars) to shuffle and store. First,
// pack all of the elements in one place. Next, store to memory in fewer
// chunks.
SDValue StVal = St->getValue();
OpenPOWER on IntegriCloud