From: Chris Lattner Date: Thu, 18 Aug 2005 20:08:53 +0000 (+0000) Subject: Move this to the emitter X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0bc04231c0aa42fbb50cc4fd531340d35b60450d;p=oota-llvm.git Move this to the emitter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 1fa7f37faf3..3265b0a9601 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -62,8 +62,6 @@ namespace { Select(DAG.getRoot()); DAG.RemoveDeadNodes(); - DAG.viewGraph(); - // Emit machine code to BB. ScheduleAndEmitDAG(DAG); }