diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-05-02 21:47:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-05-02 21:47:40 +0000 |
| commit | dd390e17364aa2c74740960b33e1420045cc5492 (patch) | |
| tree | c51a5865991855c0d452f3cef0214852ac8cee8d /llvm/lib/Transforms | |
| parent | fe6c9eeae3960ecbf4163d53bd5ad463b39522f6 (diff) | |
| download | bcm5719-llvm-dd390e17364aa2c74740960b33e1420045cc5492.tar.gz bcm5719-llvm-dd390e17364aa2c74740960b33e1420045cc5492.zip | |
Oops, disable debugging code all the way. :)
llvm-svn: 2447
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SCCP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp index e42baacfbfd..169ebfca158 100644 --- a/llvm/lib/Transforms/Scalar/SCCP.cpp +++ b/llvm/lib/Transforms/Scalar/SCCP.cpp @@ -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)) |

