Get rid of a silly printout that isn't needed right now


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/DCE.cpp b/lib/Transforms/Scalar/DCE.cpp
index 29e3ba1..14ee8d5 100644
--- a/lib/Transforms/Scalar/DCE.cpp
+++ b/lib/Transforms/Scalar/DCE.cpp
@@ -308,7 +308,7 @@
 	// You ARE the weakest link... goodbye
 	delete BB;
 
-	WriteToVCG(M, "MergedInto");
+	//WriteToVCG(M, "MergedInto");
       }
     }
   }