blob: bc9787b823453c1f3625a5275be066eec0830c67 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -always-inline -S | grep {@foo}
Devang Patel07b5a882008-11-05 01:40:30 +00002; Ensure that foo is not removed by always inliner
Devang Patel5a586da2008-11-05 18:41:15 +00003; PR 2945
Devang Patel07b5a882008-11-05 01:40:30 +00004
5define internal i32 @foo() nounwind {
6 ret i32 0
7}