Skip to content

Commit 302689f

Browse files
Alex-Velezscottmcm
andauthored
Update src/test/assembly/x86_64-floating-point-clamp.rs
Co-authored-by: scottmcm <[email protected]>
1 parent 0ff8f0b commit 302689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/assembly/x86_64-floating-point-clamp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn clamp_demo(a: f32, x: f32, y: f32) -> f32 {
1616
// CHECK-LABEL: clamp12_demo:
1717
#[no_mangle]
1818
pub fn clamp12_demo(a: f32) -> f32 {
19-
// CHECK-NEXT: movss xmm1
19+
// CHECK: movss xmm1
2020
// CHECK-NEXT: maxss xmm1, xmm0
2121
// CHECK-NEXT: movss xmm0
2222
// CHECK-NEXT: minss xmm0, xmm1

0 commit comments

Comments
 (0)