Keep track of the returned value type as well.

llvm-svn: 19669
This commit is contained in:
Chris Lattner 2005-01-18 19:26:18 +00:00
parent 9f2c4a5200
commit 8cd93be302
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ private:
std::map<std::pair<unsigned, std::pair<SDOperand, SDOperand> >,
SDNode *> BinaryOps;
std::map<std::pair<std::pair<SDOperand, SDOperand>, ISD::CondCode>,
std::map<std::pair<std::pair<SDOperand, SDOperand>,
std::pair<ISD::CondCode, MVT::ValueType> >,
SetCCSDNode*> SetCCs;
std::map<std::pair<SDOperand, std::pair<SDOperand, MVT::ValueType> >,