From: Chris Lattner Date: Wed, 20 Jun 2001 23:09:39 +0000 (+0000) Subject: Get rid of a silly printout that isn't needed right now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ef7afb011a21024e1d8eea4f5890c47ce31bb3e;p=oota-llvm.git 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 29e3ba1a719..14ee8d5a6ca 100644 --- a/lib/Transforms/Scalar/DCE.cpp +++ b/lib/Transforms/Scalar/DCE.cpp @@ -308,7 +308,7 @@ static bool DoDCEPass(Method *M) { // You ARE the weakest link... goodbye delete BB; - WriteToVCG(M, "MergedInto"); + //WriteToVCG(M, "MergedInto"); } } }