blob: 0ed275948dba3c9fdc6bf70fc88dfadacb836dc0 [file] [log] [blame]
Dan Gohman8a977e22010-01-26 19:25:59 +00001; RUN: opt < %s -analyze -inline
Dan Gohmancabfea22009-09-11 18:17:12 +00002; PR1526
Dan Gohman8a977e22010-01-26 19:25:59 +00003; RUN: opt < %s -analyze -indvars
Dan Gohmancabfea22009-09-11 18:17:12 +00004; PR1539
Devang Patel28552da2007-06-28 23:09:25 +00005define i32 @test1() {
Dan Gohmanaceba312010-01-05 17:55:26 +00006 ret i32 0
Devang Patel28552da2007-06-28 23:09:25 +00007}