[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / MC / Hexagon / dealloc-return-jump.s
blob0d480bef85d2bd5d18421b6e27b87c3b96a0b528
1 # RUN: not llvm-mc -arch=hexagon -mcpu=hexagonv62 -filetype=obj -o - %s
2 # Check that a duplex involving dealloc_return is correctly checked
3 # dealloc_return cannot be involved in a double jump packet
5 { r0=add(r0,#-1)
6 p0=cmp.eq(r0,r0); if (p0.new) jump:nt 0
7 if (p0) dealloc_return }