summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2010-05-27 19:57:51 +0000
committerStuart Hastings <stuart@apple.com>2010-05-27 19:57:51 +0000
commitbf132360a8bce5a0eaffb104604bb5edc6fa82e7 (patch)
tree06370b24f6d930237c33146d55012fdea0be63b7
parent93b2f9e97b601a2a20ef7dca96c49daea5e87f56 (diff)
downloadbcm5719-llvm-bf132360a8bce5a0eaffb104604bb5edc6fa82e7.tar.gz
bcm5719-llvm-bf132360a8bce5a0eaffb104604bb5edc6fa82e7.zip
Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.
llvm-svn: 104876
-rw-r--r--llvm/test/FrontendC/2010-03-5-LexicalScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-03-5-LexicalScope.c b/llvm/test/FrontendC/2010-03-5-LexicalScope.c
index 93a841a8f29..75dd6ef3c07 100644
--- a/llvm/test/FrontendC/2010-03-5-LexicalScope.c
+++ b/llvm/test/FrontendC/2010-03-5-LexicalScope.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 3
+// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 2
int foo(int i) {
if (i) {
int j = 2;
OpenPOWER on IntegriCloud