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,18 +0,0 @@
|
||||
; RUN: opt < %s -deadargelim -S | not grep DEAD
|
||||
|
||||
; Dead arg only used by dead retval
|
||||
define internal i32 @test(i32 %DEADARG) {
|
||||
ret i32 %DEADARG
|
||||
}
|
||||
|
||||
define i32 @test2(i32 %A) {
|
||||
%DEAD = call i32 @test( i32 %A ) ; <i32> [#uses=0]
|
||||
ret i32 123
|
||||
}
|
||||
|
||||
define i32 @test3() {
|
||||
%X = call i32 @test2( i32 3232 ) ; <i32> [#uses=1]
|
||||
%Y = add i32 %X, -123 ; <i32> [#uses=1]
|
||||
ret i32 %Y
|
||||
}
|
||||
|
Reference in New Issue
Block a user