From: Naomi Musgrave Date: Thu, 30 Jul 2015 17:59:50 +0000 (+0000) Subject: updated test to be more explicit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=000dd871ac44262b78d24c333b76d8f486f44581;p=clang updated test to be more explicit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/sanitize-dtor-tail-call.cpp b/test/CodeGenCXX/sanitize-dtor-tail-call.cpp index 8c92c55f68..14422ba428 100644 --- a/test/CodeGenCXX/sanitize-dtor-tail-call.cpp +++ b/test/CodeGenCXX/sanitize-dtor-tail-call.cpp @@ -15,5 +15,5 @@ Simple s; // Simple internal member is poisoned by compiler-generated dtor // CHECK-LABEL: define {{.*}}SimpleD2Ev // CHECK: {{^ *}}call void @__sanitizer_dtor_callback -// CHECK-NOT: call void @__sanitizer_dtor_callback +// CHECK-NOT: tail call void @__sanitizer_dtor_callback // CHECK: ret void