mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 12:11:58 +00:00
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:
parent
5fcbf0d26e
commit
af4a891273
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user