Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.
authorStuart Hastings <stuart@apple.com>
Thu, 27 May 2010 19:57:51 +0000 (19:57 +0000)
committerStuart Hastings <stuart@apple.com>
Thu, 27 May 2010 19:57:51 +0000 (19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104876 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2010-03-5-LexicalScope.c

index 93a841a8f29dc7222f7af75bcfc3721cbfe42484..75dd6ef3c076cef51d3fd6849cd49321d392e90a 100644 (file)
@@ -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;