summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-ly-02.s
blob: b2d424e1152e64b680ed4c8e36e3bcfe26aad63c (plain)
1
2
3
4
5
6
7
8
9
10
# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
# RUN: FileCheck < %t %s

#CHECK: error: invalid operand
#CHECK: ly	%r0, -524289
#CHECK: error: invalid operand
#CHECK: ly	%r0, 524288

	ly	%r0, -524289
	ly	%r0, 524288