Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.33 -> 1.34 --- Log message: Use SelectRoot() as entry of any tblgen based isel. --- Diffs of the changes: (+2 -1) IA64ISelDAGToDAG.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp diff -u llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp:1.33 llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp:1.34 --- llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp:1.33 Tue Jan 31 16:21:34 2006 +++ llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp Sun Feb 5 00:46:41 2006 @@ -27,6 +27,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include <iostream> +#include <set> using namespace llvm; namespace { @@ -146,7 +147,7 @@ } // Select target instructions for the DAG. - DAG.setRoot(Select(DAG.getRoot())); + DAG.setRoot(SelectRoot(DAG.getRoot())); CodeGenMap.clear(); DAG.RemoveDeadNodes(); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits