Clean up a comment (indentation was wrong).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2009-10-08 18:51:31 +00:00
parent 5fcbf0d26e
commit af4a891273

View File

@ -59,7 +59,8 @@ public:
return "ARM Instruction Selection"; 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) { inline SDValue getI32Imm(unsigned Imm) {
return CurDAG->getTargetConstant(Imm, MVT::i32); return CurDAG->getTargetConstant(Imm, MVT::i32);
} }