diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-05-02 21:49:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-05-02 21:49:50 +0000 |
| commit | 7b80b53ab965d5f0a3b5062caed4802d7b4191a0 (patch) | |
| tree | 19bdd3ff8f040d44aae351a9a80761444f4f6165 /llvm/lib | |
| parent | dd390e17364aa2c74740960b33e1420045cc5492 (diff) | |
| download | bcm5719-llvm-7b80b53ab965d5f0a3b5062caed4802d7b4191a0.tar.gz bcm5719-llvm-7b80b53ab965d5f0a3b5062caed4802d7b4191a0.zip | |
Ok, really it only takes me 3 times to get this right!
Now use #if 0 instead of #ifdef 0
llvm-svn: 2448
Diffstat (limited to 'llvm/lib')
| -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 169ebfca158..8d1547577b4 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 0 +#if 0 for (Function::iterator BBI = F->begin(), BBEnd = F->end(); BBI != BBEnd; ++BBI) if (!BBExecutable.count(*BBI)) |

