diff options
Diffstat (limited to 'test/Transforms/ObjCARC/escape.ll')
-rw-r--r-- | test/Transforms/ObjCARC/escape.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ObjCARC/escape.ll b/test/Transforms/ObjCARC/escape.ll index 28f2e80..357f759 100644 --- a/test/Transforms/ObjCARC/escape.ll +++ b/test/Transforms/ObjCARC/escape.ll @@ -128,7 +128,7 @@ declare i8* @objc_storeWeak(i8**, i8*) declare i8* @not_really_objc_storeWeak(i8**, i8*) declare void @objc_release(i8*) -!0 = metadata !{} +!0 = !{} ; CHECK: attributes [[NUW]] = { nounwind } ; CHECK: attributes #1 = { nounwind ssp } |