1 ; RUN: opt < %s -analyze -inline 2 ; PR1526 3 ; RUN: opt < %s -analyze -indvars 4 ; PR1539 5 define i32 @test1() { 6 ret i32 0 7 } 8