blob: e4cc27c2ffcf98bfb68760d35ea55dac6f60e972 [file] [log] [blame]
Peter Collingbourne97572632014-09-20 00:10:47 +00001; RUN: llc < %s
2
3define void @f() {
4entry:
5 %0 = insertvalue { [0 x { i8*, i8* }], [0 x { i8*, i64 }] } undef, [0 x { i8*, i8* }] undef, 0
6 ret void
7}