summaryrefslogtreecommitdiff
path: root/test/MC/ARM/diagnostics-noneon.s
blob: 310344ad710f952b634f277e8da0b99431fcf6c3 (plain)
1
2
3
4
5
6
7
@ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
@ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s

        vmov d5, d10
        vmov q4, q5
@ CHECK-ERRORS: error: instruction requires: NEON
@ CHECK-ERRORS: error: instruction requires: NEON