mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
SimplifySelectCC is dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
765784ad76
commit
ced9d5dcd3
@ -358,12 +358,6 @@ private:
|
||||
SDOperand SimplifySetCC(MVT::ValueType VT, SDOperand N1,
|
||||
SDOperand N2, ISD::CondCode Cond);
|
||||
|
||||
/// SimplifySelectCC - Try to simplify a select_cc built with the specified
|
||||
/// operands and cc. This can be used to simplify both the select_cc node,
|
||||
/// and a select node whose first operand is a setcc.
|
||||
SDOperand SimplifySelectCC(SDOperand N1, SDOperand N2, SDOperand N3,
|
||||
SDOperand N4, ISD::CondCode CC);
|
||||
|
||||
// Maps to auto-CSE operations.
|
||||
std::map<std::pair<unsigned, MVT::ValueType>, SDNode *> NullaryOps;
|
||||
std::map<std::pair<unsigned, std::pair<SDOperand, MVT::ValueType> >,
|
||||
|
Loading…
Reference in New Issue
Block a user