Move this to the emitter
authorChris Lattner <sabre@nondot.org>
Thu, 18 Aug 2005 20:08:53 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Aug 2005 20:08:53 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22877 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelDAGToDAG.cpp

index 1fa7f37faf3949f5e7131f626743f8a40520f3fd..3265b0a96012782a569ebf6a0eda0446e9ea5259 100644 (file)
@@ -62,8 +62,6 @@ namespace {
       Select(DAG.getRoot());
       DAG.RemoveDeadNodes();
       
-      DAG.viewGraph();
-
       // Emit machine code to BB. 
       ScheduleAndEmitDAG(DAG);
     }