New test case.

llvm-svn: 58745
This commit is contained in:
Devang Patel 2008-11-05 01:40:30 +00:00
parent f0ef35738c
commit f04bfc6989
1 changed files with 6 additions and 0 deletions

View 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
}