mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
f0711c5712
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294226 91177308-0d34-0410-b5e6-96231b3b80d8
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)
|
|
}
|