You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
17
external/llvm/test/CodeGen/Generic/pr2625.ll
vendored
Normal file
17
external/llvm/test/CodeGen/Generic/pr2625.ll
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
; RUN: llc < %s
|
||||
; PR2625
|
||||
|
||||
define i32 @main({ i32, { i32 } }*) {
|
||||
entry:
|
||||
%state = alloca { i32, { i32 } }* ; <{ i32, { i32 } }**> [#uses=2]
|
||||
store { i32, { i32 } }* %0, { i32, { i32 } }** %state
|
||||
%retval = alloca i32 ; <i32*> [#uses=2]
|
||||
store i32 0, i32* %retval
|
||||
load { i32, { i32 } }*, { i32, { i32 } }** %state ; <{ i32, { i32 } }*>:1 [#uses=1]
|
||||
store { i32, { i32 } } zeroinitializer, { i32, { i32 } }* %1
|
||||
br label %return
|
||||
|
||||
return: ; preds = %entry
|
||||
load i32, i32* %retval ; <i32>:2 [#uses=1]
|
||||
ret i32 %2
|
||||
}
|
Reference in New Issue
Block a user