[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
[oota-llvm.git] / test / Other / 2007-06-28-PassManager.ll
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 }