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 | bb39ea144fef229366341ab9636934e73de09b43 (patch) | |
tree | 3015fa4920493ee302134e445b34f8378fc901da /lib | |
parent | 37f513df87ceb54e873adc113a1fcf4af9556833 (diff) | |
download | external_llvm-bb39ea144fef229366341ab9636934e73de09b43.zip external_llvm-bb39ea144fef229366341ab9636934e73de09b43.tar.gz external_llvm-bb39ea144fef229366341ab9636934e73de09b43.tar.bz2 |
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index fc01b07..7138dd2 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/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, |