diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 71bc2672e1a..895204df571 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, SDNode *> NullaryOps; std::map >, SDNode *> UnaryOps; std::map >,