e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
6 lines
200 B
ArmAsm
6 lines
200 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2>%t; FileCheck %s <%t
|
|
|
|
{ brkpt
|
|
r0 = r0 }
|
|
# CHECK: 3:3: error: Instruction is marked `isSolo' and cannot have other instructions in the same packet
|