hanchenye-llvm-project/llvm/lib/VMCore
Brian Gaeke 87b4f0765c 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
..
AsmWriter.cpp lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here 2003-06-17 23:55:35 +00:00
BasicBlock.cpp
ConstantHandling.cpp Fix constant folding to ALWAYS work. 2003-05-27 19:16:07 +00:00
Constants.cpp Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll 2003-06-16 12:11:33 +00:00
Dominators.cpp Remove using declarations and extraneous #includes 2003-05-22 21:47:17 +00:00
Function.cpp
InstrTypes.cpp
Instruction.cpp
Makefile
Module.cpp
Pass.cpp
PassManagerT.h
SlotCalculator.cpp
SymbolTable.cpp Remove using declarations and extraneous #includes 2003-05-22 21:47:17 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
Value.cpp
Verifier.cpp Fix (bogus) possibly uninitialized warning 2003-06-05 21:01:26 +00:00
iBranch.cpp
iCall.cpp
iMemory.cpp
iOperators.cpp
iSwitch.cpp