diff options
Diffstat (limited to 'test/CodeGenObjC/encode-cstyle-method.m')
| -rw-r--r-- | test/CodeGenObjC/encode-cstyle-method.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-cstyle-method.m b/test/CodeGenObjC/encode-cstyle-method.m index d0a99215b9a5..cb1e6773fd56 100644 --- a/test/CodeGenObjC/encode-cstyle-method.m +++ b/test/CodeGenObjC/encode-cstyle-method.m @@ -8,4 +8,4 @@ @implementation Foo - (id)test:(id )one, id two {return two; } @end -// CHECK-LP64: private global [11 x i8] c"@24@0:8@16 +// CHECK-LP64: private unnamed_addr constant [11 x i8] c"@24@0:8@16 |
