Brian Gaeke b471a23a85 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6762 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-17 23:55:35 +00:00
..
2002-09-03 23:12:40 +00:00
2002-09-10 23:54:58 +00:00
2003-02-01 03:33:22 +00:00
2002-10-31 17:09:06 +00:00
2002-07-23 17:52:38 +00:00
2003-03-21 21:41:02 +00:00