diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-07 20:15:01 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-07 20:15:01 +0000 |
| commit | 4f864b78e6a30207201e19a4b2df4b59c736b6cd (patch) | |
| tree | d4774b566b857876b581dca71505f5daf861dbd0 /llvm/lib | |
| parent | d16e926a6b80fec962426601cfedc7ab75d27af4 (diff) | |
| download | bcm5719-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.cpp | 3 |
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)); } |

