diff options
| author | KonaeAkira <longtruong2411@gmail.com> | 2025-03-14 01:45:10 +0100 |
|---|---|---|
| committer | KonaeAkira <longtruong2411@gmail.com> | 2025-03-14 01:45:10 +0100 |
| commit | ccde0a22035dee21373c5c7f47c50aaa484ba70e (patch) | |
| tree | de91e439cc201b495645286bd5dcae307b4ff10f | |
| parent | 82a79b99e1279ad72cb93c2ad10c6be1facaca4a (diff) | |
| download | rust-ccde0a22035dee21373c5c7f47c50aaa484ba70e.tar.gz rust-ccde0a22035dee21373c5c7f47c50aaa484ba70e.zip | |
Fix formatting (line too long)
| -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 |
