Remove comment about an argument that was removed couple of years ago.

llvm-svn: 125054
This commit is contained in:
Devang Patel 2011-02-07 21:58:52 +00:00
parent c9253b4deb
commit 639dd997eb
1 changed files with 0 additions and 1 deletions

View 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)