diff options
author | Dan Gohman <gohman@apple.com> | 2009-10-17 01:37:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-10-17 01:37:38 +0000 |
commit | 650997fb0be49d684c8ba97c39c9578c77f519e2 (patch) | |
tree | 936a5cb49d1e33fbe9142d6591d9fe5d6944d653 /llvm/lib/CodeGen/SelectionDAG | |
parent | a3aaf85e231e391850ae77af194d4aa457ba6aa3 (diff) | |
download | bcm5719-llvm-650997fb0be49d684c8ba97c39c9578c77f519e2.tar.gz bcm5719-llvm-650997fb0be49d684c8ba97c39c9578c77f519e2.zip |
Delete an obsolete comment.
llvm-svn: 84300
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index fc01b07f65a..7138dd25469 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -1655,8 +1655,7 @@ void SelectionDAGLegalize::ExpandDYNAMIC_STACKALLOC(SDNode* Node, } /// LegalizeSetCCCondCode - Legalize a SETCC with given LHS and RHS and -/// condition code CC on the current target. This routine assumes LHS and rHS -/// have already been legalized by LegalizeSetCCOperands. It expands SETCC with +/// condition code CC on the current target. This routine expands SETCC with /// illegal condition code into AND / OR of multiple SETCC values. void SelectionDAGLegalize::LegalizeSetCCCondCode(EVT VT, SDValue &LHS, SDValue &RHS, |