1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

add a map for nullary ops

llvm-svn: 23223
This commit is contained in:
Chris Lattner 2005-09-02 19:35:42 +00:00
parent 1f9c40400c
commit 7862cff120

View File

@ -356,6 +356,7 @@ private:
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> >,
SDNode *> UnaryOps;
std::map<std::pair<unsigned, std::pair<SDOperand, SDOperand> >,