summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-12-07 20:15:01 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-12-07 20:15:01 +0000
commit4f864b78e6a30207201e19a4b2df4b59c736b6cd (patch)
treed4774b566b857876b581dca71505f5daf861dbd0 /llvm/lib
parentd16e926a6b80fec962426601cfedc7ab75d27af4 (diff)
downloadbcm5719-llvm-4f864b78e6a30207201e19a4b2df4b59c736b6cd.tar.gz
bcm5719-llvm-4f864b78e6a30207201e19a4b2df4b59c736b6cd.zip
Fix comment.
llvm-svn: 146063
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp b/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
index d31c88a9e92..d5f245e828e 100644
--- a/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
+++ b/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
@@ -86,8 +86,7 @@ private:
// Complex Pattern.
bool SelectAddr(SDValue N, SDValue &Base, SDValue &Offset);
- // getI32Imm - Return a target constant with the specified
- // value.
+ // getImm - Return a target constant with the specified value.
inline SDValue getImm(const SDNode *Node, unsigned Imm) {
return CurDAG->getTargetConstant(Imm, Node->getValueType(0));
}
OpenPOWER on IntegriCloud