aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
diff options
context:
space:
mode:
authorAmaury de la Vieuville <amaury.dlv@gmail.com>2013-09-13 14:37:52 +0000
committerAmaury de la Vieuville <amaury.dlv@gmail.com>2013-09-13 14:37:52 +0000
commit489b9b348dab51243f93d2f4bdd107c9db077609 (patch)
tree68960cdc858730bc99991f70d7c67f226f6efced /test/MC/ARM
parent2a9af9f18eac90b0de739b6ceddf6c2209086303 (diff)
downloadexternal_llvm-489b9b348dab51243f93d2f4bdd107c9db077609.zip
external_llvm-489b9b348dab51243f93d2f4bdd107c9db077609.tar.gz
external_llvm-489b9b348dab51243f93d2f4bdd107c9db077609.tar.bz2
Fix tests for hasFPARMv8 name change (r190692)
Patch by Bradley Smith git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM')
-rw-r--r--test/MC/ARM/fp-armv8.s (renamed from test/MC/ARM/v8fp.s)2
-rw-r--r--test/MC/ARM/invalid-fp-armv8.s (renamed from test/MC/ARM/invalid-v8fp.s)2
-rw-r--r--test/MC/ARM/thumb-fp-armv8.s (renamed from test/MC/ARM/thumb-v8fp.s)2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ARM/v8fp.s b/test/MC/ARM/fp-armv8.s
index b12d7e2..cba4a51 100644
--- a/test/MC/ARM/v8fp.s
+++ b/test/MC/ARM/fp-armv8.s
@@ -1,4 +1,4 @@
-@ RUN: llvm-mc -triple armv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
+@ RUN: llvm-mc -triple armv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
@ VCVT{B,T}
diff --git a/test/MC/ARM/invalid-v8fp.s b/test/MC/ARM/invalid-fp-armv8.s
index b5d572e..d640dc1 100644
--- a/test/MC/ARM/invalid-v8fp.s
+++ b/test/MC/ARM/invalid-fp-armv8.s
@@ -1,4 +1,4 @@
-@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=+v8fp < %s 2>&1 | FileCheck %s --check-prefix=V8
+@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=+fp-armv8 < %s 2>&1 | FileCheck %s --check-prefix=V8
@ VCVT{B,T}
diff --git a/test/MC/ARM/thumb-v8fp.s b/test/MC/ARM/thumb-fp-armv8.s
index 50cd005..a730fa2 100644
--- a/test/MC/ARM/thumb-v8fp.s
+++ b/test/MC/ARM/thumb-fp-armv8.s
@@ -1,4 +1,4 @@
-@ RUN: llvm-mc -triple thumbv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
+@ RUN: llvm-mc -triple thumbv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
@ VCVT{B,T}