diff options
Diffstat (limited to 'test/CodeGen/AArch64/fp16-v8-instructions.ll')
-rw-r--r-- | test/CodeGen/AArch64/fp16-v8-instructions.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/fp16-v8-instructions.ll b/test/CodeGen/AArch64/fp16-v8-instructions.ll index b75f160..e51c0c5 100644 --- a/test/CodeGen/AArch64/fp16-v8-instructions.ll +++ b/test/CodeGen/AArch64/fp16-v8-instructions.ll @@ -164,7 +164,7 @@ define <8 x half> @load_h(<8 x half>* %a) { entry: ; CHECK-LABEL: load_h: ; CHECK: ldr q0, [x0] - %0 = load <8 x half>* %a, align 4 + %0 = load <8 x half>, <8 x half>* %a, align 4 ret <8 x half> %0 } |