Remove comment about an argument that was removed couple of years ago.
authorDevang Patel <dpatel@apple.com>
Mon, 7 Feb 2011 21:58:52 +0000 (21:58 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 7 Feb 2011 21:58:52 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125054 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index f3994b76cb6bb473d643a1bbc01834f5f03c091e..2a84bdc924da995b81217fb5f63c93777afaf075 100644 (file)
@@ -3879,7 +3879,6 @@ SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT,
 }
 
 /// 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)