aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/not-armv4.s
blob: a1ba611a61e4a23bf7cb5bff13f2eae4ab6086b2 (plain)
1
2
3
4
5
6
7
8
@ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s

@ PR18524
@ CHECK: error: instruction requires: armv5t
clz r4,r9

@ CHECK: error: instruction requires: armv6t2
rbit r4,r9