[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Verifier / token5.ll
blob6fc1b045375f49e7aeea511dd587b85d0a9ce7f0
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 define void @f(token %A) {
4 entry:
5   ret void
7 ; CHECK: Function takes token but isn't an intrinsic