xref: /aosp_15_r20/external/llvm/test/Other/2007-06-28-PassManager.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: opt < %s -analyze -inline
2; PR1526
3; RUN: opt < %s -analyze -indvars
4; PR1539
5define i32 @test1() {
6       ret i32 0
7}
8