Added X86FunctionInfo subclass of MachineFunction to record whether the
authorEvan Cheng <evan.cheng@apple.com>
Tue, 6 Jun 2006 23:30:24 +0000 (23:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 6 Jun 2006 23:30:24 +0000 (23:30 +0000)
commite8bd0a332ab43c30a7745381075a9749070b6a50
tree797bcfecf661acc0ac2a8ea4cddee073321b8068
parent215abc71cd199da85c6164df460b50d5ff0f7268
Added X86FunctionInfo subclass of MachineFunction to record whether the
function that is being lowered is forced to use FP. Currently this is only
true for main() / Cygwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28703 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86MachineFunctionInfo.h [new file with mode: 0644]
lib/Target/X86/X86RegisterInfo.cpp