aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-11 18:38:11 +0000
committerChris Lattner <sabre@nondot.org>2006-08-11 18:38:11 +0000
commit4a283e90af7984762eb3e984cee747d32c82e3db (patch)
tree3354dbc85b66a315cdb56cd849adc4b7ec42661d /include/llvm/CodeGen/SelectionDAG.h
parentbb6f6eb66712f558f8637e4dee0eddb44e13bce8 (diff)
downloadexternal_llvm-4a283e90af7984762eb3e984cee747d32c82e3db.zip
external_llvm-4a283e90af7984762eb3e984cee747d32c82e3db.tar.gz
external_llvm-4a283e90af7984762eb3e984cee747d32c82e3db.tar.bz2
eliminate the NullaryOps map, use CSEMap instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index e818a06..d0b6ee1 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -449,8 +449,6 @@ private:
std::list<std::vector<MVT::ValueType> > VTList;
// Maps to auto-CSE operations.
- std::map<std::pair<unsigned, MVT::ValueType>, SDNode *> NullaryOps;
-
std::map<std::pair<unsigned, MVT::ValueType>, RegisterSDNode*> RegNodes;
std::vector<CondCodeSDNode*> CondCodeNodes;