llvm/test/MC/Hexagon/dcfetch-symbol.s
Krzysztof Parzyszek f0711c5712 [Hexagon] Update MCTargetDesc
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
2017-02-06 19:35:46 +00:00

9 lines
122 B
ArmAsm

# RUN: not llvm-mc -arch=hexagon -filetype=obj %s
#CHECK: 9400c000 { dcfetch(r0 + #0) }
junk:
{
dcfetch(r0 + #junk)
}