aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Hexagon/dcfetch-symbol.s
blob: 8309439a2aaa042407e96142b3479200736fa271 (plain)
1
2
3
4
5
6
7
8
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s

#CHECK: 9400c000 { dcfetch(r0 + #0) }

junk:
{
  dcfetch(r0 + #junk)
}