commit | 5ef7afb011a21024e1d8eea4f5890c47ce31bb3e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jun 20 23:09:39 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jun 20 23:09:39 2001 +0000 |
tree | bea13e6a4ea5059978c0e5cf86334bd93fe0f1cd | |
parent | a4fbb1ae114cd66a7074d1111fd13d177264c72b [diff] |
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"); } } }