Remove target-specific features.

llvm-svn: 175610
This commit is contained in:
Bill Wendling 2013-02-20 08:01:34 +00:00
parent 4cdb88983d
commit cc5224ceb8
1 changed files with 3 additions and 3 deletions

View File

@ -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"={{.*}} }