Get rid of a silly printout that isn't needed right now

llvm-svn: 45
This commit is contained in:
Chris Lattner 2001-06-20 23:09:39 +00:00
parent a83a2cac31
commit 778de94723

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");
}
}
}