commit | ad3460c3c968e33c5b9a07104b9fe5a5c27ff55b | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Aug 21 16:36:34 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Aug 21 16:36:34 2008 +0000 |
tree | 8734fb2e04f095fd6c1dcbda1d89fa9debb00153 | |
parent | ca84121596640c99887f909f3b9a3ae830391e64 [diff] [blame] |
Simplify SelectRoot's interface, and factor out some common code from all targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55124 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index ba002bd..f1eaa39 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
@@ -109,7 +109,7 @@ #endif // Select target instructions for the DAG. - SD.setRoot(SelectRoot(SD.getRoot())); + SelectRoot(); DOUT << "===== Instruction selection ends:\n";