Remove 4,096 loop scale limitation.
[oota-llvm.git] / test / Analysis / BlockFrequencyInfo / bad_input.ll
index da62dca67a8b841bee02ee71799e7986c121888a..e5b1f500e1e6476d14e93174843b39e149102727 100644 (file)
@@ -32,7 +32,8 @@ define void @infinite_loop(i1 %x) {
 entry:
   br i1 %x, label %for.body, label %for.end, !prof !1
 
-; Check that the loop scale maxes out at 4096, giving 2048 here.
+; Check that the infinite loop is arbitrarily scaled to max out at 4096,
+; giving 2048 here.
 ; CHECK-NEXT: for.body: float = 2048.0,
 for.body:
   %i = phi i32 [ 0, %entry ], [ %inc, %for.body ]