mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 01:56:06 +00:00

Previously we tried to infer it from the bit width size, with an added IsIEEE argument for the PPC/IEEE 128-bit case, which had a default value. This default value allowed bugs to creep in, where it was inappropriate. llvm-svn: 173138