blob: 0d6176b3dd13cb183df0c5d653d485f8f19ccea8 [file] [log] [blame]
Joey Gouly9960e762013-08-13 16:40:47 +00001@ RUN: not llvm-mc -triple=armv8 < %s 2>&1 | FileCheck %s
2
3swp r0, r1, [r2]
4@ CHECK: instruction requires: armv7 or earlier
5
6swpb r0, r1, [r2]
7@ CHECK: instruction requires: armv7 or earlier