[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Sat May 14 00:36:19 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.26 -> 1.27
---
Log message:
add a new map
---
Diffs of the changes: (+3 -0)
SelectionDAG.h | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.26 llvm/include/llvm/CodeGen/SelectionDAG.h:1.27
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.26 Sat May 14 01:20:08 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Sat May 14 02:36:02 2005
@@ -226,6 +226,9 @@
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;
More information about the llvm-commits
mailing list