Get rid of a silly printout that isn't needed right now
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jun 2001 23:09:39 +0000 (23:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Jun 2001 23:09:39 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/DCE.cpp

index 29e3ba1a7196c6db390ab4b76f0bc2c9c726e7c6..14ee8d5a6ca1e15f0413391571003645eba06a84 100644 (file)
@@ -308,7 +308,7 @@ static bool DoDCEPass(Method *M) {
        // You ARE the weakest link... goodbye
        delete BB;
 
-       WriteToVCG(M, "MergedInto");
+       //WriteToVCG(M, "MergedInto");
       }
     }
   }