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