mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix comment.
llvm-svn: 146062
This commit is contained in:
parent
19d6cd4d0e
commit
e5c8837ed0
@ -87,7 +87,7 @@ private:
|
||||
bool SelectAddr(SDValue N, SDValue &Base, SDValue &Offset);
|
||||
|
||||
// getI32Imm - Return a target constant with the specified
|
||||
// value, of type i32.
|
||||
// value.
|
||||
inline SDValue getImm(const SDNode *Node, unsigned Imm) {
|
||||
return CurDAG->getTargetConstant(Imm, Node->getValueType(0));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user