Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / token1-with-asserts.ll
blob9a6f3744cfcde34ad63056fe3056c381b3464333
1 ; REQUIRES: asserts
2 ; RUN: not --crash llvm-as %s -o /dev/null 2>&1 | FileCheck %s
4 define void @f(token %A, token %B) {
5 entry:
6   br label %bb
8 bb:
9   %phi = phi token [ %A, %bb ], [ %B, %entry]
10 ; CHECK: PHI nodes cannot have token type!
11   br label %bb