1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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 72c8f63e50
commit c62c9946e2

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