forked from OSchip/llvm-project
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:
parent
9c2d8102d1
commit
e79e5ee244
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue