You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,13 +0,0 @@
|
||||
; RUN: opt < %s -constmerge > /dev/null
|
||||
|
||||
@foo.upgrd.1 = internal constant { i32 } { i32 7 } ; <{ i32 }*> [#uses=1]
|
||||
@bar = internal constant { i32 } { i32 7 } ; <{ i32 }*> [#uses=1]
|
||||
|
||||
declare i32 @test(i32*)
|
||||
|
||||
define void @foo() {
|
||||
call i32 @test( i32* getelementptr ({ i32 }, { i32 }* @foo.upgrd.1, i64 0, i32 0) ) ; <i32>:1 [#uses=0]
|
||||
call i32 @test( i32* getelementptr ({ i32 }, { i32 }* @bar, i64 0, i32 0) ) ; <i32>:2 [#uses=0]
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user