brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 03afbac Raw
11 lines · plain
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t2#3 4{5  if (!p0) r0=r1;6  if (!p0) r0=r2;7  trap0(#15);8}9# CHECK: error: register `R0' modified more than once10# CHECK: error: Instruction is marked `isSolo' and cannot have other instructions in the same packet11