aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2010-03-5-LexicalScope.c
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2010-05-28 16:41:07 +0000
committerStuart Hastings <stuart@apple.com>2010-05-28 16:41:07 +0000
commit8ffc42f8eaf74dc85a90ca15326508a3a00b44ad (patch)
treee833bbfebb643165c905fc6d2ee082167bbc1432 /test/FrontendC/2010-03-5-LexicalScope.c
parent078f8595b5ddc6cf55cc32ceeb82c67d39b3f200 (diff)
downloadexternal_llvm-8ffc42f8eaf74dc85a90ca15326508a3a00b44ad.zip
external_llvm-8ffc42f8eaf74dc85a90ca15326508a3a00b44ad.tar.gz
external_llvm-8ffc42f8eaf74dc85a90ca15326508a3a00b44ad.tar.bz2
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
Diffstat (limited to 'test/FrontendC/2010-03-5-LexicalScope.c')
-rw-r--r--test/FrontendC/2010-03-5-LexicalScope.c2
1 files changed, 1 insertions, 1 deletions
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;