mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 11:26:07 +00:00
8 lines
153 B
LLVM
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
|
|
}
|