xref: /llvm-project/llvm/test/MC/Hexagon/PacketRules/solo.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>%t; FileCheck %s <%t
2
3{ brkpt
4  r0 = r0 }
5# CHECK: 3:3: error: Instruction is marked `isSolo' and cannot have other instructions in the same packet
6