[llvm-commits] [llvm] r125054 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Devang Patel dpatel at apple.com
Mon Feb 7 13:58:52 PST 2011


Author: dpatel
Date: Mon Feb  7 15:58:52 2011
New Revision: 125054

URL: http://llvm.org/viewvc/llvm-project?rev=125054&view=rev
Log:
Remove comment about an argument that was removed couple of years ago.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp?rev=125054&r1=125053&r2=125054&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Mon Feb  7 15:58:52 2011
@@ -3879,7 +3879,6 @@
 }
 
 /// getMergeValues - Create a MERGE_VALUES node from the given operands.
-/// Allowed to return something different (and simpler) if Simplify is true.
 SDValue SelectionDAG::getMergeValues(const SDValue *Ops, unsigned NumOps,
                                      DebugLoc dl) {
   if (NumOps == 1)





More information about the llvm-commits mailing list