mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
New test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7c6bf1e07
commit
c9eaef0bf2
6
test/Transforms/Inline/2008-11-04-AlwaysInline.ll
Normal file
6
test/Transforms/Inline/2008-11-04-AlwaysInline.ll
Normal file
@ -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
Block a user