aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Verifier/tokenlike5.ll
blob: ea36f37b547cab60cd2968041c9a9c26a4e1141e (plain)
1
2
3
4
5
6
7
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s

define void @f(target("dx.RawBuffer", half, 1, 0) %A) {
entry:
  ret void
}
; CHECK: Function takes token but isn't an intrinsic