Clean up a comment (indentation was wrong).

llvm-svn: 83565
This commit is contained in:
Bob Wilson 2009-10-08 18:51:31 +00:00
parent 2a45a65511
commit 4facd965bd
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}