; 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: llvm-as < %s | opt -indvars | llvm-dis | grep indvar define i32 @test(i1 %C) { ;