diff options
Diffstat (limited to 'llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll')
-rw-r--r-- | llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll b/llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll index b4f7565c395..bdb8566e0df 100644 --- a/llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll +++ b/llvm/test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll @@ -34,7 +34,7 @@ define i32 @test2(i64* %loc, i64 %conv7) { ; CHECK: udiv ; CHECK: udiv ; CHECK-NOT: udiv -; CHECK-LABEL: for.body.prol +; CHECK-LABEL: for.body entry: %rem0 = load i64, i64* %loc, align 8 %ExpensiveComputation = udiv i64 %rem0, 42 ; <<< Extra computations are added to the trip-count expression |