Remove debug output.

llvm-svn: 52535
This commit is contained in:
Matthijs Kooijman 2008-06-20 14:03:35 +00:00
parent 8d32dee428
commit e91aed6ce1
1 changed files with 0 additions and 4 deletions

View File

@ -673,10 +673,6 @@ bool DAE::RemoveDeadStuffFromFunction(Function *F) {
while (!F->use_empty()) {
CallSite CS = CallSite::get(F->use_back());
Instruction *Call = CS.getInstruction();
if (!Call) {
DOUT << "Old: " << *FTy << "\n";
DOUT << "New: " << *NFTy << "\n";
}
ParamAttrsVec.clear();
const PAListPtr &CallPAL = CS.getParamAttrs();