mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
Keep track of the returned value type as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef5cd1d3cf
commit
c7ba0eb5eb
@ -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> >,
|
||||
|
Loading…
x
Reference in New Issue
Block a user