blob: f162a40fbca3a75f132681cb979a31fb5279ee24 [file] [log] [blame]
Dan Gohman0f3ef7be2009-09-11 18:17:12 +00001; RUN: opt < %s -analyze -inline -disable-output
2; PR1526
3; RUN: opt < %s -analyze -indvars -disable-output
4; PR1539
Devang Patel9a259a22007-06-28 23:09:25 +00005define i32 @test1() {
Dan Gohmanfb419362010-01-05 17:55:26 +00006 ret i32 0
Devang Patel9a259a22007-06-28 23:09:25 +00007}