summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-10-08 18:51:31 +0000
committerBob Wilson <bob.wilson@apple.com>2009-10-08 18:51:31 +0000
commit4facd965bd4c86db2ed5dd749ccccd5645d38329 (patch)
tree77f0bc3073b7a5274f28bab65f4e0346adf408cd
parent2a45a65511f331b63785d34ea642a0d29e9e996c (diff)
downloadbcm5719-llvm-4facd965bd4c86db2ed5dd749ccccd5645d38329.tar.gz
bcm5719-llvm-4facd965bd4c86db2ed5dd749ccccd5645d38329.zip
Clean up a comment (indentation was wrong).
llvm-svn: 83565
-rw-r--r--llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
index eae2a54fbdb..da4f037f267 100644
--- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -59,7 +59,8 @@ public:
return "ARM Instruction Selection";
}
- /// getI32Imm - Return a target constant with the specified value, of type i32.
+ /// getI32Imm - Return a target constant of type i32 with the specified
+ /// value.
inline SDValue getI32Imm(unsigned Imm) {
return CurDAG->getTargetConstant(Imm, MVT::i32);
}
OpenPOWER on IntegriCloud