Skip to content

Commit 0314647

Browse files
authored
Allow other directives before the ret
1 parent 302689f commit 0314647

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
@@ -20,6 +20,6 @@ pub fn clamp12_demo(a: f32) -> f32 {
2020
// CHECK-NEXT: maxss xmm1, xmm0
2121
// CHECK-NEXT: movss xmm0
2222
// CHECK-NEXT: minss xmm0, xmm1
23-
// CHECK-NEXT: ret
23+
// CHECK: ret
2424
a.clamp(1.0, 2.0)
2525
}

0 commit comments

Comments
 (0)