Emit NaNs and INFs bit-identically to the bytecode file, if the system has
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 03:15:26 +0000 (03:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 03:15:26 +0000 (03:15 +0000)
commit043c0bb0d944ffeeb677918223e07af29dab94c2
treea6a19b24cdc8ab213e8288c445e5429991dc97b8
parenta7d03b466a41e68e11480ae6ca275140fe4c4507
Emit NaNs and INFs bit-identically to the bytecode file, if the system has
printf("%a") support.
Patch contributed by Bill Wendling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp