Refactor AnalyzeBranch on ARM. The previous version did not always analyze
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-ifcvt2.ll
index d7bae420c05d9d9d912a3a42db7ab51dd1122183..788fa0674e626be0ccd65b068781b12aedb73c6d 100644 (file)
@@ -29,13 +29,13 @@ declare i32 @bar(...)
 define fastcc i32 @CountTree(%struct.quad_struct* %tree) {
 entry:
 ; CHECK-LABEL: CountTree:
-; CHECK: itt eq
-; CHECK: moveq
-; CHECK: popeq
 ; CHECK: bne
 ; CHECK: cmp
 ; CHECK: it eq
 ; CHECK: cmpeq
+; CHECK: itt eq
+; CHECK: moveq
+; CHECK: popeq
        br label %tailrecurse
 
 tailrecurse:           ; preds = %bb, %entry