1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix typo in previous commit

llvm-svn: 341742
This commit is contained in:
JF Bastien 2018-09-08 04:07:41 +00:00
parent cce5caaaa1
commit 88499ed92d

View File

@ -643,7 +643,7 @@ namespace ARM_AM {
I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
I |= (Exp & 0x3) << 23;
I |= Mantissa << 19;
return bit_cast<float>(F);
return bit_cast<float>(I);
}
/// getFP16Imm - Return an 8-bit floating-point version of the 16-bit