diff options
Diffstat (limited to 'test/Assembler/half-conv.ll')
-rw-r--r-- | test/Assembler/half-conv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/half-conv.ll b/test/Assembler/half-conv.ll index e6f73cf..6575501 100644 --- a/test/Assembler/half-conv.ll +++ b/test/Assembler/half-conv.ll @@ -7,7 +7,7 @@ entry: %a = alloca half, align 2 %.compoundliteral = alloca float, align 4 store half 0xH4C8D, half* %a, align 2 - %tmp = load half* %a, align 2 + %tmp = load half, half* %a, align 2 %conv = fpext half %tmp to float ; CHECK: 0x4032340000000000 ret float %conv |