blob: f097f59d1c2d752904d10d6cbc96e4d46260f3e0 [file] [log] [blame]
Dan Gohman66c80212009-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
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005define i32 @test1() {
6 ret i32 0;
7}