blob: 5968d8c68bc2e540f469429edeacefb31c7ac604 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | opt -analyze -inline -disable-output
2; PR 1526
3; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
4; PR 1539
5define i32 @test1() {
6 ret i32 0;
7}