[llvm-commits] [poolalloc] r114975 - /poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp
John Criswell
criswell at uiuc.edu
Tue Sep 28 12:14:29 PDT 2010
Author: criswell
Date: Tue Sep 28 14:14:29 2010
New Revision: 114975
URL: http://llvm.org/viewvc/llvm-project?rev=114975&view=rev
Log:
Removed unneeded debugging output.
Modified:
poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp
Modified: poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp?rev=114975&r1=114974&r2=114975&view=diff
==============================================================================
--- poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp (original)
+++ poolalloc/trunk/lib/PoolAllocate/Heuristic.cpp Tue Sep 28 14:14:29 2010
@@ -380,7 +380,6 @@
//
Graphs = &getAnalysis<EQTDDataStructures>();
assert (Graphs && "No DSGraphs!\n");
- std::cerr << "JTC: Ran on Module: " << this << std::endl;
// We never modify anything in this pass
return false;
More information about the llvm-commits
mailing list