blob: 71087c59d5467be0f7b03d691375eedc31b58331 [file] [log] [blame]
Devang Patel07b5a882008-11-05 01:40:30 +00001; RUN: llvm-as < %s | opt -always-inline | llvm-dis | grep {@foo}
2; Ensure that foo is not removed by always inliner
3
4define internal i32 @foo() nounwind {
5 ret i32 0
6}