Files
clang-p2996/llvm/test/CodeGen/Generic/empty-insertvalue.ll
2022-12-19 12:52:08 +01:00

8 lines
153 B
LLVM

; RUN: llc < %s
define void @f() {
entry:
%0 = insertvalue { [0 x { ptr, ptr }], [0 x { ptr, i64 }] } undef, [0 x { ptr, ptr }] undef, 0
ret void
}