Skip to content

Commit 1fee2bb

Browse files
caldertgross35
andauthored
Update tests/codegen/float/algebraic.rs
Co-authored-by: Trevor Gross <[email protected]>
1 parent d4c9679 commit 1fee2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/float/algebraic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// CHECK-LABEL: @f16_algebraic_add
99
#[no_mangle]
1010
pub fn f16_algebraic_add(a: f16, b: f16) -> f16 {
11-
// CHECK: fadd reassoc nsz arcp contract half {{(%a, %b)|(%b, %a)}}
11+
// CHECK: fadd reassoc nsz arcp contract half %{{.*}}, %{{.*}}
1212
a.algebraic_add(b)
1313
}
1414

0 commit comments

Comments
 (0)