diff options
Diffstat (limited to 'test/CodeGenObjCXX/gc.mm')
-rw-r--r-- | test/CodeGenObjCXX/gc.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/gc.mm b/test/CodeGenObjCXX/gc.mm index a504892..1659dbf 100644 --- a/test/CodeGenObjCXX/gc.mm +++ b/test/CodeGenObjCXX/gc.mm @@ -9,7 +9,7 @@ namespace test0 { }; A::A() : x(test0::x) {} -// CHECK: define void @_ZN5test01AC2Ev( +// CHECK-LABEL: define void @_ZN5test01AC2Ev( // CHECK: [[THIS:%.*]] = alloca [[TEST0:%.*]]*, align 8 // CHECK-NEXT: store // CHECK-NEXT: [[T0:%.*]] = load [[TEST0]]** [[THIS]] |