llvm-for-llvmta/test/CodeGen/Generic/empty-insertvalue.ll

8 lines
153 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc < %s
define void @f() {
entry:
%0 = insertvalue { [0 x { i8*, i8* }], [0 x { i8*, i64 }] } undef, [0 x { i8*, i8* }] undef, 0
ret void
}