Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / phys_subreg_coalesce-2.ll
index 60ec2645c28b412e6a9c8c99a60a4c14a66391f5..02c519fb3e47cc090373330435a47139a0879588 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | grep mov | count 6
+; RUN: llc < %s -march=x86 | FileCheck %s
 ; PR2659
 
 define i32 @binomial(i32 %n, i32 %k) nounwind {
@@ -12,7 +12,8 @@ forcond.preheader:            ; preds = %entry
 
 ifthen:                ; preds = %entry
        ret i32 0
-
+; CHECK: forbody
+; CHECK-NOT: mov
 forbody:               ; preds = %forbody, %forcond.preheader
        %indvar = phi i32 [ 0, %forcond.preheader ], [ %divisor.02, %forbody ]          ; <i32> [#uses=3]
        %accumulator.01 = phi i32 [ 1, %forcond.preheader ], [ %div, %forbody ]         ; <i32> [#uses=1]