mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
df7d452980
Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. llvm-svn: 294226
11 lines
222 B
ArmAsm
11 lines
222 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s 2>%t; FileCheck %s <%t
|
|
|
|
# Don't allow a symbolic operand for an insn that cannot take a
|
|
# relocation.
|
|
|
|
r7:6 = rol(r5:4,#r2)
|
|
|
|
# This should produce an error
|
|
#CHECK: error:
|
|
|