mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Comment debug code out that I accidentally uncommented last time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b502bdb604
commit
9b6bd12ef0
@ -439,7 +439,7 @@ bool GVNPRE::runOnFunction(Function &F) {
|
|||||||
iterations++;
|
iterations++;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Iterations: %d\n", iterations);
|
/*printf("Iterations: %d\n", iterations);
|
||||||
|
|
||||||
for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
|
for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
|
||||||
printf("Name: ");
|
printf("Name: ");
|
||||||
@ -453,7 +453,7 @@ bool GVNPRE::runOnFunction(Function &F) {
|
|||||||
printf("\nANTIC_IN: \n");
|
printf("\nANTIC_IN: \n");
|
||||||
dump(VN, anticipatedIn[I]);
|
dump(VN, anticipatedIn[I]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user