aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/objc_container.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/objc_container.m')
-rw-r--r--test/PCH/objc_container.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/PCH/objc_container.m b/test/PCH/objc_container.m
index 07371caeaf71..aafe6a96ab13 100644
--- a/test/PCH/objc_container.m
+++ b/test/PCH/objc_container.m
@@ -14,9 +14,12 @@
// CHECK-PRINT: oldObject = dictionary[key];
// CHECK-PRINT: dictionary[key] = newObject;
-// CHECK-IR: define void @all() nounwind
+// CHECK-IR: define void @all() #0
// CHECK-IR: {{call.*objc_msgSend}}
// CHECK-IR: {{call.*objc_msgSend}}
// CHECK-IR: {{call.*objc_msgSend}}
// CHECK-IR: {{call.*objc_msgSend}}
// CHECK-IR: ret void
+
+// CHECK: attributes #0 = { nounwind {{.*}} }
+// CHECK: attributes #1 = { nonlazybind }