Sign in
llvm
/
llvm-project
/
8fcb1263f42657ecbc355beff12500dfbcddee17
/
.
/
llvm
/
test
/
Assembler
/
phi-first-class-type.ll
blob: b14b8c4d3c67b8d348c26afb5f20f5b801023e17 [
file
]
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: error: phi node must have first class type
define
void
@test
()
{
entry
:
ret
void
bb
:
%phi
=
phi
void
()
ret
void
}