mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Delete an obsolete comment.
llvm-svn: 84300
This commit is contained in:
parent
a25a2890fa
commit
0a76c903df
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user