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,22 +0,0 @@
|
||||
; RUN: opt < %s -inline -constprop -S | FileCheck %s
|
||||
|
||||
define available_externally i32 @test_function() {
|
||||
; CHECK-NOT: @test_function
|
||||
entry:
|
||||
ret i32 4
|
||||
}
|
||||
|
||||
|
||||
define i32 @result() {
|
||||
; CHECK-LABEL: define i32 @result()
|
||||
entry:
|
||||
%A = call i32 @test_function()
|
||||
; CHECK-NOT: call
|
||||
; CHECK-NOT: @test_function
|
||||
|
||||
%B = add i32 %A, 1
|
||||
ret i32 %B
|
||||
; CHECK: ret i32 5
|
||||
}
|
||||
|
||||
; CHECK-NOT: @test_function
|
Reference in New Issue
Block a user