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
This commit is contained in:
Chris Lattner 2001-06-20 23:09:39 +00:00
parent a4fbb1ae11
commit 5ef7afb011

View File

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