[llvm-commits] [llvm] r146063 - /llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp

Akira Hatanaka ahatanaka at mips.com
Wed Dec 7 12:15:01 PST 2011


Author: ahatanak
Date: Wed Dec  7 14:15:01 2011
New Revision: 146063

URL: http://llvm.org/viewvc/llvm-project?rev=146063&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp?rev=146063&r1=146062&r2=146063&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp Wed Dec  7 14:15:01 2011
@@ -86,8 +86,7 @@
   // 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));
   }





More information about the llvm-commits mailing list