From: Chris Lattner Date: Fri, 2 Sep 2005 19:35:42 +0000 (+0000) Subject: add a map for nullary ops X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ab2eb66f07689dc1698ace2182e77395254ad83d;p=oota-llvm.git add a map for nullary ops git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23223 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 >,