Skip to content

Commit 71c0533

Browse files
committed
x86_64-bigint-helpers test: update test assertion
1 parent acf2437 commit 71c0533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assembly-llvm/x86_64-bigint-helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub unsafe extern "sysv64" fn bigint_chain_borrowing_sub(
4444
n: usize,
4545
mut carry: bool,
4646
) -> bool {
47-
// CHECK: mov [[TEMP:r..]], qword ptr [rsi + 8*[[IND:r..]] + 8]
47+
// CHECK: mov [[TEMP:r.+]], qword ptr [rsi + 8*[[IND:r.+]] + 8]
4848
// CHECK: sbb [[TEMP]], qword ptr [rdx + 8*[[IND]] + 8]
4949
// CHECK: mov qword ptr [rdi + 8*[[IND]] + 8], [[TEMP]]
5050
// CHECK: mov [[TEMP]], qword ptr [rsi + 8*[[IND]] + 16]

0 commit comments

Comments
 (0)