Fix comment.
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 7 Dec 2011 20:13:53 +0000 (20:13 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 7 Dec 2011 20:13:53 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146062 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsISelDAGToDAG.cpp

index 73c4a808ce3f90c4a1cb1a90f81aa266c6c41908..d31c88a9e929f2062827bb2a378de53f9d821388 100644 (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));
   }