From 90cc4dd2ac7925889f561383c49dd0b0526875a3 Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Thu, 27 May 2010 19:57:51 +0000 Subject: 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 --- test/FrontendC/2010-03-5-LexicalScope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC/2010-03-5-LexicalScope.c b/test/FrontendC/2010-03-5-LexicalScope.c index 93a841a..75dd6ef 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; -- cgit v1.1