Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.

llvm-svn: 104876
This commit is contained in:
Stuart Hastings 2010-05-27 19:57:51 +00:00
parent 93b2f9e97b
commit bf132360a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;