[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.
[llvm-complete.git] / test / Verifier / token1.ll
blobac7ff30948ea3c9e3d1162e482579b197d07a978
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 define void @f(token %A, token %B) {
4 entry:
5   br label %bb
7 bb:
8   %phi = phi token [ %A, %bb ], [ %B, %entry]
9 ; CHECK: PHI nodes cannot have token type!
10   br label %bb