OSDN Git Service

CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating...
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 21 Oct 2010 00:08:21 +0000 (00:08 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 21 Oct 2010 00:08:21 +0000 (00:08 +0000)
commitdd0a00a6e377b11c3c122e111da3d1f53f13756d
tree0d888f48e2d9559d2961a428dbfd6faa4b5373f0
parent2d8f6fe610fa859370c38cfbe38ff809a3a417de
CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating point args.
This should be the minimum set of functions that could possibly need it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116978 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/X86/X86AsmPrinter.cpp