commit | 8ffc42f8eaf74dc85a90ca15326508a3a00b44ad | [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 | 078f8595b5ddc6cf55cc32ceeb82c67d39b3f200 [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;