summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-07-14 18:44:34 +0000
committerBob Wilson <bob.wilson@apple.com>2009-07-14 18:44:34 +0000
commit3f17aee94b4b4d27889e138535412c1c7cda1f06 (patch)
treeaad005fdf86549a9b9f9284c123db3106c9b45d2 /llvm/lib/Target
parent8f2906a2e890b30d2f678890a1cc43794ca9270f (diff)
downloadbcm5719-llvm-3f17aee94b4b4d27889e138535412c1c7cda1f06.tar.gz
bcm5719-llvm-3f17aee94b4b4d27889e138535412c1c7cda1f06.zip
Remove an extra space.
llvm-svn: 75658
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index 9420d212738..a9ef3920ab4 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -1702,7 +1702,7 @@ SDValue ARMTargetLowering::LowerBR_JT(SDValue Op, SelectionDAG &DAG) {
MVT PTy = getPointerTy();
JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
ARMFunctionInfo *AFI = DAG.getMachineFunction().getInfo<ARMFunctionInfo>();
- SDValue UId = DAG.getConstant(AFI->createJumpTableUId(), PTy);
+ SDValue UId = DAG.getConstant(AFI->createJumpTableUId(), PTy);
SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PTy);
Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI, UId);
Index = DAG.getNode(ISD::MUL, dl, PTy, Index, DAG.getConstant(4, PTy));
OpenPOWER on IntegriCloud