diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 26e7922217..caa2703530 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -226,6 +226,9 @@ private: std::map<unsigned, SDNode*> ConstantPoolIndices; std::map<MachineBasicBlock *, SDNode*> BBNodes; std::map<std::pair<unsigned, + std::pair<MVT::ValueType, std::vector<SDOperand> > >, + SDNode*> OneResultNodes; + std::map<std::pair<unsigned, std::pair<std::vector<MVT::ValueType>, std::vector<SDOperand> > >, SDNode*> ArbitraryNodes; |