aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-14 07:36:02 +0000
committerChris Lattner <sabre@nondot.org>2005-05-14 07:36:02 +0000
commit6765bfed31f06d7ed2f5a87248ffadc9dce10de4 (patch)
tree425f65b7ae1be7e5967d487be48ec6a24eb8da69 /include/llvm/CodeGen
parentb7f7d514220693728b90dfc8293b964fadd58df2 (diff)
downloadexternal_llvm-6765bfed31f06d7ed2f5a87248ffadc9dce10de4.zip
external_llvm-6765bfed31f06d7ed2f5a87248ffadc9dce10de4.tar.gz
external_llvm-6765bfed31f06d7ed2f5a87248ffadc9dce10de4.tar.bz2
add a new map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index 26e7922..caa2703 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;