summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/decl-ref-init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/decl-ref-init.cpp')
-rw-r--r--clang/test/CodeGenCXX/decl-ref-init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/decl-ref-init.cpp b/clang/test/CodeGenCXX/decl-ref-init.cpp
index dbbbe97f863..333e38861e3 100644
--- a/clang/test/CodeGenCXX/decl-ref-init.cpp
+++ b/clang/test/CodeGenCXX/decl-ref-init.cpp
@@ -23,5 +23,5 @@ int main() {
const A& rca2 = d();
}
-// CHECK: call %struct.A* @_ZN1BcvR1AEv
-// CHECK: call %struct.A* @_ZN1BcvR1AEv
+// CHECK: call nonnull %struct.A* @_ZN1BcvR1AEv
+// CHECK: call nonnull %struct.A* @_ZN1BcvR1AEv
OpenPOWER on IntegriCloud