mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
Comment debug code out that I accidentally uncommented last time.
llvm-svn: 37346
This commit is contained in:
parent
707e37c6a6
commit
1e1d693893
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user