diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-04-17 21:11:58 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-04-17 21:11:58 +0000 |
| commit | 84b801f6b46520611d4428e6facd7c09489ae516 (patch) | |
| tree | 7e7f480eaba246c9957975e843abf26193406354 | |
| parent | 237662429ddc952efcdc3dc622d51e8715db7cd7 (diff) | |
| download | bcm5719-llvm-84b801f6b46520611d4428e6facd7c09489ae516.tar.gz bcm5719-llvm-84b801f6b46520611d4428e6facd7c09489ae516.zip | |
Fix typo in r235224 testcase. NFC.
llvm-svn: 235226
| -rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll b/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll index 434b94d0771..ba05dd8244e 100644 --- a/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll +++ b/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll @@ -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: |

