Skip to content

Commit 77e17ff

Browse files
authored
Update transmute-scalar.rs
Fix regex matching error.
1 parent 9273462 commit 77e17ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/transmute-scalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub fn fake_bool_unsigned_to_bool(b: FakeBoolUnsigned) -> bool {
111111
#[repr(simd)]
112112
struct S([i64; 1]);
113113

114-
// CHECK-LABEL: define{{.*}}i64 @single_element_simd_to_scalar({{.*}}i64 %{{.*}})
114+
// CHECK-LABEL: define{{.*}}i64 @single_element_simd_to_scalar({{.*}}i64{{.*}}%{{.*}})
115115
// CHECK-NEXT: start:
116116
// CHECK-NEXT: %[[RET:.+]] = alloca [8 x i8]
117117
// CHECK: store <1 x i64> %[[TEMP:.+]], ptr %[[RET]]

0 commit comments

Comments
 (0)