brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 561eca6 Raw
7 lines · plain
1@ RUN: not llvm-mc -triple armv7-eabi < %s 2>&1 | FileCheck %s2 3vmov	r0, r1, s0, s24// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: source operands must be sequential5vmov	s0, s2, r0, r16// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: destination operands must be sequential7