; The loop canonicalization pass should guarantee that there is one backedge ; for all loops. This allows the -indvars pass to recognize the %IV ; induction variable in this testcase. ; RUN: opt < %s -indvars -S | grep indvar define i32 @test(i1 %C) { ;