projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b502bdb
)
Comment debug code out that I accidentally uncommented last time.
author
Owen Anderson
<resistor@mac.com>
Tue, 29 May 2007 22:43:03 +0000
(22:43 +0000)
committer
Owen Anderson
<resistor@mac.com>
Tue, 29 May 2007 22:43:03 +0000
(22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37346
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/GVNPRE.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/GVNPRE.cpp
b/lib/Transforms/Scalar/GVNPRE.cpp
index 38fae0c3db0f322ed6c6aa7ee5a8aacf79c06114..6e1cf8ec72d3deb201e404d9e8b1b143bcdde1a3 100644
(file)
--- a/
lib/Transforms/Scalar/GVNPRE.cpp
+++ b/
lib/Transforms/Scalar/GVNPRE.cpp
@@
-439,7
+439,7
@@
bool GVNPRE::runOnFunction(Function &F) {
iterations++;
}
- printf("Iterations: %d\n", iterations);
+
/*
printf("Iterations: %d\n", iterations);
for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
printf("Name: ");
@@
-453,7
+453,7
@@
bool GVNPRE::runOnFunction(Function &F) {
printf("\nANTIC_IN: \n");
dump(VN, anticipatedIn[I]);
printf("\n");
- }
+ }
*/
return false;
}