Files
linux-packaging-mono/external/llvm-project/llvm/test/MC/Hexagon/dcfetch-symbol.s

9 lines
122 B
ArmAsm
Raw Normal View History

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