You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,17 +0,0 @@
|
||||
; RUN: llc < %s
|
||||
; PR4975
|
||||
|
||||
%0 = type <{ [0 x i32] }>
|
||||
%union.T0 = type { }
|
||||
|
||||
@.str = private constant [1 x i8] c" "
|
||||
|
||||
define void @t(%0) nounwind {
|
||||
entry:
|
||||
%arg0 = alloca %union.T0
|
||||
%1 = bitcast %union.T0* %arg0 to %0*
|
||||
store %0 %0, %0* %1, align 1
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @printf(i8*, ...)
|
Reference in New Issue
Block a user