From: Stuart Hastings Date: Thu, 27 May 2010 19:57:51 +0000 (+0000) Subject: Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=57041b6f3337f733eff945ca0c43434eb20c8410;p=oota-llvm.git 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 --- diff --git a/test/FrontendC/2010-03-5-LexicalScope.c b/test/FrontendC/2010-03-5-LexicalScope.c index 93a841a8f29..75dd6ef3c07 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;