mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
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:
parent
b9a6634466
commit
52a9a1def8
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user