llvm-for-llvmta/test/MC/Hexagon/dcfetch-symbol.s

9 lines
122 B
ArmAsm
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s
#CHECK: 9400c000 { dcfetch(r0 + #0) }
junk:
{
dcfetch(r0 + #junk)
}