diff options
Diffstat (limited to 'clang/test/CodeGenObjC/return-objc-object.mm')
| -rw-r--r-- | clang/test/CodeGenObjC/return-objc-object.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/return-objc-object.mm b/clang/test/CodeGenObjC/return-objc-object.mm index 95cce23a868..25ed202d47f 100644 --- a/clang/test/CodeGenObjC/return-objc-object.mm +++ b/clang/test/CodeGenObjC/return-objc-object.mm @@ -15,5 +15,5 @@ void call_once() { f(); f1(); } -// CHECK: call %0* @_Z1fv() -// CHECK: call %0* @_Z2f1v() +// CHECK: call nonnull %0* @_Z1fv() +// CHECK: call nonnull %0* @_Z2f1v() |

