mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +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
9 lines
122 B
ArmAsm
9 lines
122 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s
|
|
|
|
#CHECK: 9400c000 { dcfetch(r0 + #0) }
|
|
|
|
junk:
|
|
{
|
|
dcfetch(r0 + #junk)
|
|
}
|