view test/MC/Hexagon/dcfetch-symbol.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
line wrap: on
line source

# RUN: not llvm-mc -arch=hexagon -filetype=obj %s

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

junk:
{
  dcfetch(r0 + #junk)
}