diff options
Diffstat (limited to 'test/CodeGenCXX/threadsafe-statics.cpp')
-rw-r--r-- | test/CodeGenCXX/threadsafe-statics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/threadsafe-statics.cpp b/test/CodeGenCXX/threadsafe-statics.cpp index 9e6550d094..9aecc2d0db 100644 --- a/test/CodeGenCXX/threadsafe-statics.cpp +++ b/test/CodeGenCXX/threadsafe-statics.cpp @@ -22,6 +22,6 @@ void g() { // NO-TSS-NOT: call void @__cxa_guard_release // NO-TSS: ret void -// WITH-TSS: attributes [[NUW]] = { nounwind } +// WITH-TSS: attributes [[NUW]] = { nounwind{{.*}} } -// NO-TSS: attributes [[NUW]] = { nounwind } +// NO-TSS: attributes [[NUW]] = { nounwind{{.*}} } |