diff options
Diffstat (limited to 'test/CodeGenObjC/atomic-aggregate-property.m')
-rw-r--r-- | test/CodeGenObjC/atomic-aggregate-property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/atomic-aggregate-property.m b/test/CodeGenObjC/atomic-aggregate-property.m index 1b9cb8f8e865..3bef0a0ed71f 100644 --- a/test/CodeGenObjC/atomic-aggregate-property.m +++ b/test/CodeGenObjC/atomic-aggregate-property.m @@ -29,7 +29,7 @@ struct s2 {}; @synthesize a; @end // CHECK-LP64: define internal double @"\01-[A x]"( -// CHECK-LP64: load atomic i64* {{%.*}} unordered, align 8 +// CHECK-LP64: load atomic i64, i64* {{%.*}} unordered, align 8 // CHECK-LP64: define internal void @"\01-[A setX:]"( // CHECK-LP64: store atomic i64 {{%.*}}, i64* {{%.*}} unordered, align 8 |