summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-02 21:49:50 +0000
committerChris Lattner <sabre@nondot.org>2002-05-02 21:49:50 +0000
commit7b80b53ab965d5f0a3b5062caed4802d7b4191a0 (patch)
tree19bdd3ff8f040d44aae351a9a80761444f4f6165 /llvm/lib
parentdd390e17364aa2c74740960b33e1420045cc5492 (diff)
downloadbcm5719-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.cpp2
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))
OpenPOWER on IntegriCloud