summaryrefslogtreecommitdiff
path: root/test
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
commit57041b6f3337f733eff945ca0c43434eb20c8410 (patch)
tree4b933033e6f056299791d4f1a4722e69253282d5 /test
parent7f924a3116e41d234a5693cd5f8bd1a855ce606a (diff)
downloadllvm-57041b6f3337f733eff945ca0c43434eb20c8410.tar.gz
llvm-57041b6f3337f733eff945ca0c43434eb20c8410.tar.bz2
llvm-57041b6f3337f733eff945ca0c43434eb20c8410.tar.xz
Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/2010-03-5-LexicalScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-03-5-LexicalScope.c b/test/FrontendC/2010-03-5-LexicalScope.c
index 93a841a8f2..75dd6ef3c0 100644
--- a/test/FrontendC/2010-03-5-LexicalScope.c
+++ b/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;