Oops, disable debugging code all the way. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-02 21:47:40 +00:00
parent b9a6634466
commit 52a9a1def8

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))