Enhance LICM to promote alias sets whose pointers themselves are stored,
[oota-llvm.git] / test / FrontendC / 2010-03-5-LexicalScope.c
index 75dd6ef3c076cef51d3fd6849cd49321d392e90a..93a841a8f29dc7222f7af75bcfc3721cbfe42484 100644 (file)
@@ -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;