From: Devang Patel Date: Mon, 7 Feb 2011 21:58:52 +0000 (+0000) Subject: Remove comment about an argument that was removed couple of years ago. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=480d1e3a67751c9c809e9ce047ad7e4b23bab9f1;p=oota-llvm.git Remove comment about an argument that was removed couple of years ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125054 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index f3994b76cb6..2a84bdc924d 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -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)