diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-20 08:01:34 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-20 08:01:34 +0000 |
commit | 2f98ad38b8e02146ecfc1760160dec676ce6d1e0 (patch) | |
tree | 741bb20223152b0128d47c313829440addcff874 | |
parent | f7a9da053f5bd6c18450c1796d953b42c3b7ad3a (diff) |
Remove target-specific features.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175610 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CXX/special/class.dtor/p3-0x.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CXX/special/class.dtor/p3-0x.cpp b/test/CXX/special/class.dtor/p3-0x.cpp index 1006d00c77..a3d890be3f 100644 --- a/test/CXX/special/class.dtor/p3-0x.cpp +++ b/test/CXX/special/class.dtor/p3-0x.cpp @@ -176,7 +176,7 @@ struct TVC : VX template <typename T> TVC<T>::~TVC() {} -// CHECK: attributes #0 = { "target-features"="-sse4a,-avx2,-xop,-fma4,-bmi2,-3dnow,-3dnowa,-pclmul,+sse,-avx,-sse41,-ssse3,+mmx,-rtm,-sse42,-lzcnt,-f16c,-popcnt,-bmi,-aes,-fma,-rdrand,+sse2,-sse3" } +// CHECK: attributes #0 = { "target-features"={{.*}} } // CHECK: attributes #1 = { noinline noreturn nounwind } -// CHECK: attributes #2 = { nounwind "target-features"="-sse4a,-avx2,-xop,-fma4,-bmi2,-3dnow,-3dnowa,-pclmul,+sse,-avx,-sse41,-ssse3,+mmx,-rtm,-sse42,-lzcnt,-f16c,-popcnt,-bmi,-aes,-fma,-rdrand,+sse2,-sse3" } -// CHECK: attributes #3 = { inlinehint nounwind "target-features"="-sse4a,-avx2,-xop,-fma4,-bmi2,-3dnow,-3dnowa,-pclmul,+sse,-avx,-sse41,-ssse3,+mmx,-rtm,-sse42,-lzcnt,-f16c,-popcnt,-bmi,-aes,-fma,-rdrand,+sse2,-sse3" } +// CHECK: attributes #2 = { nounwind "target-features"={{.*}} } +// CHECK: attributes #3 = { inlinehint nounwind "target-features"={{.*}} } |