New test case.
[oota-llvm.git] / test / Transforms / Inline / 2008-11-04-AlwaysInline.ll
1 ; RUN: llvm-as < %s | opt -always-inline | llvm-dis | grep {@foo}
2 ; Ensure that foo is not removed by always inliner
3
4 define internal i32 @foo() nounwind {
5   ret i32 0
6 }