diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-07 21:58:52 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-07 21:58:52 +0000 |
commit | 639dd997ebfa778223fe854416c17e89534724d4 (patch) | |
tree | 3a613851baa256af35946980acf37de758219883 /llvm/lib/CodeGen/SelectionDAG | |
parent | c9253b4debd0e4ecd22b758ce71c020d4ebbc7ff (diff) | |
download | bcm5719-llvm-639dd997ebfa778223fe854416c17e89534724d4.tar.gz bcm5719-llvm-639dd997ebfa778223fe854416c17e89534724d4.zip |
Remove comment about an argument that was removed couple of years ago.
llvm-svn: 125054
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index f3994b76cb6..2a84bdc924d 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/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) |