commit | 90cc4dd2ac7925889f561383c49dd0b0526875a3 | [log] [tgz] |
---|---|---|
author | Stuart Hastings <stuart@apple.com> | Thu May 27 19:57:51 2010 +0000 |
committer | Stuart Hastings <stuart@apple.com> | Thu May 27 19:57:51 2010 +0000 |
tree | 4b933033e6f056299791d4f1a4722e69253282d5 | |
parent | 42e664db86e73b87bcfe2e52f0391decc722c16c [diff] |
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 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;