summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaomi Musgrave <nmusgrave@google.com>2015-07-30 17:59:55 +0000
committerNaomi Musgrave <nmusgrave@google.com>2015-07-30 17:59:55 +0000
commite96b85166b6e7a7bb5256a0957ee83ffa132a2dc (patch)
tree45115a690a44e2a8265c80c54879193c0744b339
parent9476ee947ba1b12a61069f5d1828cde5d17f878c (diff)
downloadbcm5719-llvm-e96b85166b6e7a7bb5256a0957ee83ffa132a2dc.tar.gz
bcm5719-llvm-e96b85166b6e7a7bb5256a0957ee83ffa132a2dc.zip
simplified test case
llvm-svn: 243673
-rw-r--r--clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp b/clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp
index a92ffa289f7..de2fd8c75c8 100644
--- a/clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp
+++ b/clang/test/CodeGenCXX/sanitize-dtor-tail-call.cpp
@@ -14,9 +14,9 @@ struct Simple {
Simple s;
// Simple internal member is poisoned by compiler-generated dtor
-// CHECK: define {{.*}}SimpleD2Ev{{.*}} [[ATTRIBUTE:#[0-9]]]
+// CHECK: define {{.*}}SimpleD2Ev{{.*}} [[ATTRIBUTE:#[0-9]+]]
// CHECK: {{^ *}}call void @__sanitizer_dtor_callback
-// CHECK-NOT: tail call void @__sanitizer_dtor_callback
+// CHECK-NOT: call void @__sanitizer_dtor_callback
// CHECK: ret void
// Destructor does not emit any tail calls
OpenPOWER on IntegriCloud