11 lines · plain
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s2 3{ jumpr r04 jumpr r0 }5# CHECK: 3:3: error: Instruction may not be in a packet with other branches6 7{ jump unknown8 if (p0) jump unknown }9# CHECK: 7:3: error: Instruction may not be the first branch in packet10 11