diff options
author | Joey Gouly <joey.gouly@arm.com> | 2013-09-12 14:23:19 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2013-09-12 14:23:19 +0000 |
commit | 25d25832d550c1844d27d2034cec1c8d507fa689 (patch) | |
tree | 8b4b5d744d475013c736f8892112f89da1036642 /test/MC/ARM/deprecated-v8.s | |
parent | 9de16c1008e11633ea3df8e095e25f3082c11c32 (diff) | |
download | external_llvm-25d25832d550c1844d27d2034cec1c8d507fa689.zip external_llvm-25d25832d550c1844d27d2034cec1c8d507fa689.tar.gz external_llvm-25d25832d550c1844d27d2034cec1c8d507fa689.tar.bz2 |
Somehow this important part of the patch, where I actually check the Mask,
got lost during my iterations of review.
Thanks to Hal for spotting it!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/deprecated-v8.s')
-rw-r--r-- | test/MC/ARM/deprecated-v8.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/MC/ARM/deprecated-v8.s b/test/MC/ARM/deprecated-v8.s index b365cd1..f3939bb 100644 --- a/test/MC/ARM/deprecated-v8.s +++ b/test/MC/ARM/deprecated-v8.s @@ -1,5 +1,8 @@ -@ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s +@ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8 +@ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7 setend be -@ CHECK: warning: deprecated +@ CHECK-V8: warning: deprecated +@ CHECK-V7-NOT: warning: deprecated mcr p8, #0, r5, c7, c5, #4 -@ CHECK: warning: deprecated on armv8 +@ CHECK-V8: warning: deprecated on armv8 +@ CHECK-V7-NOT: warning: deprecated on armv8 |