commit | 778de94723037495d3ab784a6704999b9a5bdb45 | [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 | 232ada89d309183cddbe7375a2506ac1aab75169 | |
parent | a83a2cac3141ee713f7cc331dfedef94c872e670 [diff] [blame] |
Get rid of a silly printout that isn't needed right now llvm-svn: 45
diff --git a/llvm/lib/Transforms/Scalar/DCE.cpp b/llvm/lib/Transforms/Scalar/DCE.cpp index 29e3ba1..14ee8d5 100644 --- a/llvm/lib/Transforms/Scalar/DCE.cpp +++ b/llvm/lib/Transforms/Scalar/DCE.cpp
@@ -308,7 +308,7 @@ // You ARE the weakest link... goodbye delete BB; - WriteToVCG(M, "MergedInto"); + //WriteToVCG(M, "MergedInto"); } } }