1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Oops, disable debugging code all the way. :)

llvm-svn: 2447
This commit is contained in:
Chris Lattner 2002-05-02 21:47:40 +00:00
parent 7d4f3ed1f2
commit de442f70ac

View File

@ -285,7 +285,7 @@ bool SCCP::runOnFunction(Function *F) {
}
}
#ifdef DEBUG_SCCP
#ifdef 0
for (Function::iterator BBI = F->begin(), BBEnd = F->end();
BBI != BBEnd; ++BBI)
if (!BBExecutable.count(*BBI))