summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/gc.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/gc.m')
-rw-r--r--clang/test/CodeGenObjC/gc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/gc.m b/clang/test/CodeGenObjC/gc.m
index 729cf107a90..6b6d293557e 100644
--- a/clang/test/CodeGenObjC/gc.m
+++ b/clang/test/CodeGenObjC/gc.m
@@ -8,7 +8,7 @@ void test0(void) {
// CHECK: [[T0:%.*]] = call i8* @test0_helper()
// CHECK-NEXT: store i8* [[T0]], i8** [[X:%.*]], align 8
// CHECK-NEXT: call i8* @test0_helper()
- // CHECK-NEXT: [[T0:%.*]] = load i8** [[X]], align 8
+ // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[X]], align 8
// CHECK-NEXT: call void asm sideeffect "", "r"(i8* [[T0]]) [[NUW:#[0-9]+]]
// CHECK-NEXT: ret void
}
OpenPOWER on IntegriCloud