diff options
| -rw-r--r-- | tests/codegen/issues/issue-129795.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/codegen/issues/issue-129795.rs b/tests/codegen/issues/issue-129795.rs index 7346227c53f..dc64ee35c97 100644 --- a/tests/codegen/issues/issue-129795.rs +++ b/tests/codegen/issues/issue-129795.rs @@ -2,7 +2,8 @@ //@ min-llvm-version: 20 #![crate_type = "lib"] -// Ensure that a modulo operation with an operand that is known to be a power-of-two is properly optimized. +// Ensure that a modulo operation with an operand that is known to be +// a power-of-two is properly optimized. // CHECK-LABEL: @modulo_with_power_of_two_divisor // CHECK: add i64 %divisor, -1 |
