mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Fix typo in r235224 testcase. NFC.
llvm-svn: 235226
This commit is contained in:
parent
921d5348e9
commit
0f72cb9a76
@ -6173,7 +6173,7 @@ define <2 x double> @test_v2f64_post_reg_ld1lane(double* %bar, double** %ptr, i6
|
||||
ret <2 x double> %tmp2
|
||||
}
|
||||
|
||||
; Check for depencies between the vector and the scalar load.
|
||||
; Check for dependencies between the vector and the scalar load.
|
||||
define <4 x float> @test_v4f32_post_reg_ld1lane_dep_vec_on_load(float* %bar, float** %ptr, i64 %inc, <4 x float>* %dep_ptr_1, <4 x float>* %dep_ptr_2) {
|
||||
; CHECK-LABEL: test_v4f32_post_reg_ld1lane_dep_vec_on_load:
|
||||
; CHECk: BB#0:
|
||||
|
Loading…
Reference in New Issue
Block a user