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