summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/captured-statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/captured-statements.c')
-rw-r--r--clang/test/CodeGen/captured-statements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/captured-statements.c b/clang/test/CodeGen/captured-statements.c
index 52747fba1e9..262b1638ea9 100644
--- a/clang/test/CodeGen/captured-statements.c
+++ b/clang/test/CodeGen/captured-statements.c
@@ -20,7 +20,7 @@ void test1() {
//
// CHECK-1: test1
// CHECK-1: alloca %struct.anon
- // CHECK-1: getelementptr inbounds %struct.anon*
+ // CHECK-1: getelementptr inbounds %struct.anon, %struct.anon*
// CHECK-1: store i32* %i
// CHECK-1: call void @[[HelperName:__captured_stmt[0-9]+]]
}
OpenPOWER on IntegriCloud