llvm-mirror/lib/CWriter
Brian Gaeke d51afb3000 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
into a new function FPCSafeToPrint(), and use it in printConstant()
and printFunction() to decide whether we should output ConstantFPs as
floating-point constants or as references to stack-allocated variables.

lib/VMCore/AsmWriter.cpp: Fix an apparent typo in the code mentioned above.

llvm-svn: 6762
2003-06-17 23:55:35 +00:00
..
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00
Writer.cpp lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here 2003-06-17 23:55:35 +00:00