Switch-to-lookup tables: set threshold to 3 cases
[oota-llvm.git] / test / Transforms / BBVectorize / cycle.ll
index bdcb30da887f074ff7da5c89c0e36c0d3aa34904..6bfa625ea5f0de3028b0444702ddb6f411cb5fec 100644 (file)
@@ -105,7 +105,7 @@ go:
   br i1 %or.cond, label %done, label %go
 done:
   ret void
-; CHECK: @test1
+; CHECK-LABEL: @test1(
 ; CHECK: go:
 ; CHECK: %conv.v.i0.1 = insertelement <2 x i32> undef, i32 %n.0, i32 0
 ; FIXME: When tree pruning is deterministic, include the entire output.