diff options
-rw-r--r-- | lib/Transforms/Scalar/SCCP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp index 169ebfca15..8d1547577b 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -285,7 +285,7 @@ bool SCCP::runOnFunction(Function *F) { } } -#ifdef 0 +#if 0 for (Function::iterator BBI = F->begin(), BBEnd = F->end(); BBI != BBEnd; ++BBI) if (!BBExecutable.count(*BBI)) |