diff options
| author | Alex <58638691+Alex-Velez@users.noreply.github.com> | 2022-08-16 20:39:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 20:39:22 -0500 |
| commit | 302689fa7bbfc9b24b0bc73db41f7fce5586987c (patch) | |
| tree | 866da85b91a5c335e66c1a74486ad56bac12717c | |
| parent | 0ff8f0b5782e736f75be6f36765791164d9f0db7 (diff) | |
| download | rust-302689fa7bbfc9b24b0bc73db41f7fce5586987c.tar.gz rust-302689fa7bbfc9b24b0bc73db41f7fce5586987c.zip | |
Update src/test/assembly/x86_64-floating-point-clamp.rs
Co-authored-by: scottmcm <scottmcm@users.noreply.github.com>
| -rw-r--r-- | src/test/assembly/x86_64-floating-point-clamp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/assembly/x86_64-floating-point-clamp.rs b/src/test/assembly/x86_64-floating-point-clamp.rs index 3388b0e1abd..4493791a576 100644 --- a/src/test/assembly/x86_64-floating-point-clamp.rs +++ b/src/test/assembly/x86_64-floating-point-clamp.rs @@ -16,7 +16,7 @@ pub fn clamp_demo(a: f32, x: f32, y: f32) -> f32 { // CHECK-LABEL: clamp12_demo: #[no_mangle] pub fn clamp12_demo(a: f32) -> f32 { - // CHECK-NEXT: movss xmm1 + // CHECK: movss xmm1 // CHECK-NEXT: maxss xmm1, xmm0 // CHECK-NEXT: movss xmm0 // CHECK-NEXT: minss xmm0, xmm1 |
