mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[NFC][Verifier] Fixup token PHINode test cases
It would still pass in non-assert build, but with asserts it would now crash. I haven't checked, but hopefully `not`'s `--crash` argument should be enough to support both paths.
This commit is contained in:
parent
4a04d21325
commit
b865b8ef48
@ -1,4 +1,4 @@
|
|||||||
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
; RUN: not --crash llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
||||||
|
|
||||||
define void @f(token %A, token %B) {
|
define void @f(token %A, token %B) {
|
||||||
entry:
|
entry:
|
||||||
|
Loading…
Reference in New Issue
Block a user