improve test indentation
This commit is contained in:
parent
e02f133027
commit
4c44d4a214
@ -8,13 +8,13 @@ use std::intrinsics::exact_div;
|
||||
// CHECK-LABEL: @exact_sdiv
|
||||
#[no_mangle]
|
||||
pub unsafe fn exact_sdiv(x: i32, y: i32) -> i32 {
|
||||
// CHECK: sdiv exact
|
||||
// CHECK: sdiv exact
|
||||
exact_div(x, y)
|
||||
}
|
||||
|
||||
// CHECK-LABEL: @exact_udiv
|
||||
#[no_mangle]
|
||||
pub unsafe fn exact_udiv(x: u32, y: u32) -> u32 {
|
||||
// CHECK: udiv exact
|
||||
// CHECK: udiv exact
|
||||
exact_div(x, y)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user