Fix more bugs. This version now passes all of the Feature test except for
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 21:18:23 +0000 (21:18 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 21:18:23 +0000 (21:18 +0000)
commit15f7e010651045f28455cd0648d9f01d67617405
treeec09a0b6b7e1196ef3600f199b368ee3b1ce3a57
parent1fa57550c02327fb8ad29a7d7ffd685bf03e7e35
Fix more bugs. This version now passes all of the Feature test except for
a floating point conversion problem with NAN in intrinsics.ll. llvm2cpp
makes an attempt to provide the correct conversion, based on the
implementation in the CBackend writer, but it doesn't get NAN correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28568 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm2cpp/CppWriter.cpp