commit | 8a965e54f03119fff0e778e3726b6cf0ba56143d | [log] [tgz] |
---|---|---|
author | Stuart Hastings <stuart@apple.com> | Fri May 28 16:41:07 2010 +0000 |
committer | Stuart Hastings <stuart@apple.com> | Fri May 28 16:41:07 2010 +0000 |
tree | e833bbfebb643165c905fc6d2ee082167bbc1432 | |
parent | adce6d166d4c81c8408fa993d45e8271106682f1 [diff] [blame] |
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104953 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC/2010-03-5-LexicalScope.c b/test/FrontendC/2010-03-5-LexicalScope.c index 75dd6ef..93a841a 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 2 +// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 3 int foo(int i) { if (i) { int j = 2;