diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 71bc2672e1..895204df57 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -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> >, |