Skip to content

Commit 2bdcf4c

Browse files
committed
add test for invalid usage
1 parent 012b638 commit 2bdcf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/PowerPC/ppc64-encoding-ISA31-errors.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
paddi 1, 1, 32, 1
88

99
# CHECK: error: invalid operand for instruction
10-
pld 1, 32(1), 1
10+
paddis 10, 5, 1000000000, 1
1111

1212
# CHECK: error: invalid operand for instruction
13-
paddi 1, 1, 32, 1
13+
pld 1, 32(1), 1
1414

1515
# CHECK: error: invalid operand for instruction
1616
plbz 1, 32(1), 1

0 commit comments

Comments
 (0)