Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-18-TailMergingBug.ll
index 47c8677d385b65b47214cce05ed6c90c55ead2ba..bdacf507112892807c1a714699e39b9b086b63d4 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -stats |& grep {Number of block tails merged} | grep 9
+; RUN: llc < %s -march=x86 -mcpu=yonah -stats |& grep {Number of block tails merged} | grep 16
 ; PR1909
 
 @.str = internal constant [48 x i8] c"transformed bounds: (%.2f, %.2f), (%.2f, %.2f)\0A\00"            ; <[48 x i8]*> [#uses=1]
 
-define void @minmax(float* %result) nounwind  {
+define void @minmax(float* %result) nounwind optsize {
 entry:
        %tmp2 = load float* %result, align 4            ; <float> [#uses=6]
        %tmp4 = getelementptr float* %result, i32 2             ; <float*> [#uses=5]