summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vsel.ll
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-09-13 13:46:57 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-09-13 13:46:57 +0000
commit2a9af9f18eac90b0de739b6ceddf6c2209086303 (patch)
treeff5ad4489e1daab9927b432785bf07075d799b81 /test/CodeGen/ARM/vsel.ll
parent993a0c56ec166ed1e6cc5b9275f81bc3ca4ed880 (diff)
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
to be more consistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/vsel.ll')
-rw-r--r--test/CodeGen/ARM/vsel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vsel.ll b/test/CodeGen/ARM/vsel.ll
index f4ee800f6fd..7e1f7146fd1 100644
--- a/test/CodeGen/ARM/vsel.ll
+++ b/test/CodeGen/ARM/vsel.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv8-linux-gnueabihf -mattr=+v8fp -float-abi=hard | FileCheck %s
+; RUN: llc < %s -mtriple=armv8-linux-gnueabihf -mattr=+fp-armv8 -float-abi=hard | FileCheck %s
@varfloat = global float 0.0
@vardouble = global double 0.0
define void @test_vsel32sgt(i32 %lhs32, i32 %rhs32, float %a, float %b) {