diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2017-10-09 01:29:54 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2017-10-09 01:29:54 +0000 |
| commit | be37ab864c57b603e4742b6fe983b90599cf411f (patch) | |
| tree | 46d53655dd4620eec14e5928554b99f44ee3ba5e /llvm/test | |
| parent | c88883b07d9f97f3001d9d75f23dff6b881a903e (diff) | |
| download | bcm5719-llvm-be37ab864c57b603e4742b6fe983b90599cf411f.tar.gz bcm5719-llvm-be37ab864c57b603e4742b6fe983b90599cf411f.zip | |
[AArch64] fix typos in test assertions
llvm-svn: 315203
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/fp16-v16-instructions.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/fp16-v16-instructions.ll b/llvm/test/CodeGen/AArch64/fp16-v16-instructions.ll index 1af2bd10912..d21a150b88c 100644 --- a/llvm/test/CodeGen/AArch64/fp16-v16-instructions.ll +++ b/llvm/test/CodeGen/AArch64/fp16-v16-instructions.ll @@ -11,7 +11,7 @@ define <16 x half> @sitofp_i32(<16 x i32> %a) #0 { ; CHECK-DAG: fcvtn v1.4h, [[S2]] ; CHECK-DAG: v[[R1:[0-9]+]].4h, [[S1]] ; CHECK-DAG: v[[R3:[0-9]+]].4h, [[S3]] -; CHECK-DAg: ins v0.d[1], v[[R1]].d[0] +; CHECK-DAG: ins v0.d[1], v[[R1]].d[0] ; CHECK-DAG: ins v1.d[1], v[[R3]].d[0] %1 = sitofp <16 x i32> %a to <16 x half> @@ -62,7 +62,7 @@ define <16 x half> @uitofp_i32(<16 x i32> %a) #0 { ; CHECK-DAG: fcvtn v1.4h, [[S2]] ; CHECK-DAG: v[[R1:[0-9]+]].4h, [[S1]] ; CHECK-DAG: v[[R3:[0-9]+]].4h, [[S3]] -; CHECK-DAg: ins v0.d[1], v[[R1]].d[0] +; CHECK-DAG: ins v0.d[1], v[[R1]].d[0] ; CHECK-DAG: ins v1.d[1], v[[R3]].d[0] %1 = uitofp <16 x i32> %a to <16 x half> |

