Fix test to work on swift/cyclone too

I forgot to remove the neonfp target feature from the test, which means we'd
have trouble selecting VADDS on targets that have neonfp enabled by default.

llvm-svn: 294451
This commit is contained in:
Diana Picus 2017-02-08 14:23:30 +00:00
parent 9c2d8102d1
commit e79e5ee244
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
define void @test_load_from_stack() { ret void }
attributes #0 = { "target-features"="+vfp2" }
attributes #0 = { "target-features"="+vfp2,-neonfp" }
...
---
name: test_zext_s1