Skip to content

Commit

Permalink
clang/test/CodeGen/captured-statements-nested.c: Tweak for -Asserts.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220851 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Oct 29, 2014
1 parent 4ed019a commit 3b22dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/captured-statements-nested.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void test_nest_block() {

// CHECK2: define internal void @{{.*}}test_nest_block_block_invoke
//
// CHECK2: [[Z:%[0-9a-z_]*]] = alloca i{{[0-9]+}}
// CHECK2: [[Z:%[0-9a-z_]*]] = alloca i{{[0-9]+}},
// CHECK2: alloca %struct.anon{{.*}}
//
// CHECK2: store i{{[0-9]+}}
Expand Down

0 comments on commit 3b22dbc

Please sign in to comment.