diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index ba002bd0e32..f1eaa39155d 100644 --- a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp @@ -109,7 +109,7 @@ void PIC16DAGToDAGISel::InstructionSelect(SelectionDAG &SD) #endif // Select target instructions for the DAG. - SD.setRoot(SelectRoot(SD.getRoot())); + SelectRoot(); DOUT << "===== Instruction selection ends:\n"; |