mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
adf427a470
For immediates that can't be evaluated in assembler-mapped instructions, we should return 'invalid operand' instead of assert. llvm-svn: 359905
7 lines
152 B
ArmAsm
7 lines
152 B
ArmAsm
# RUN: not llvm-mc -filetype=asm -arch=hexagon %s 2>%t; FileCheck %s < %t
|
|
|
|
.text
|
|
r0 = mpyi(r0,#m9)
|
|
|
|
# CHECK: error: invalid operand for instruction
|