forked from OSchip/llvm-project
parent
f0ef35738c
commit
f04bfc6989
|
@ -0,0 +1,6 @@
|
|||
; RUN: llvm-as < %s | opt -always-inline | llvm-dis | grep {@foo}
|
||||
; Ensure that foo is not removed by always inliner
|
||||
|
||||
define internal i32 @foo() nounwind {
|
||||
ret i32 0
|
||||
}
|
Loading…
Reference in New Issue