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

Fix comment.

llvm-svn: 146062
This commit is contained in:
Akira Hatanaka 2011-12-07 20:13:53 +00:00
parent 19d6cd4d0e
commit e5c8837ed0

View File

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