aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2010-05-27 19:57:51 +0000
committerStuart Hastings <stuart@apple.com>2010-05-27 19:57:51 +0000
commit90cc4dd2ac7925889f561383c49dd0b0526875a3 (patch)
tree4b933033e6f056299791d4f1a4722e69253282d5
parent42e664db86e73b87bcfe2e52f0391decc722c16c (diff)
downloadexternal_llvm-90cc4dd2ac7925889f561383c49dd0b0526875a3.zip
external_llvm-90cc4dd2ac7925889f561383c49dd0b0526875a3.tar.gz
external_llvm-90cc4dd2ac7925889f561383c49dd0b0526875a3.tar.bz2
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
-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 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;