Skip to content

Commit ccde0a2

Browse files
committed
Fix formatting (line too long)
1 parent 82a79b9 commit ccde0a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/codegen/issues/issue-129795.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//@ min-llvm-version: 20
33
#![crate_type = "lib"]
44

5-
// Ensure that a modulo operation with an operand that is known to be a power-of-two is properly optimized.
5+
// Ensure that a modulo operation with an operand that is known to be
6+
// a power-of-two is properly optimized.
67

78
// CHECK-LABEL: @modulo_with_power_of_two_divisor
89
// CHECK: add i64 %divisor, -1

0 commit comments

Comments
 (0)