summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-02-22 19:06:13 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-02-22 19:06:13 +0000
commit8b98bf2d6b83dc2ce85e65ec6af3e1727c5cb62d (patch)
treedb9b34a6e0297c47318542b10415f92d8f5737c3 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parentf224ea69e62a4177a23a099ebb400352c85bbd01 (diff)
downloadbcm5719-llvm-8b98bf2d6b83dc2ce85e65ec6af3e1727c5cb62d.tar.gz
bcm5719-llvm-8b98bf2d6b83dc2ce85e65ec6af3e1727c5cb62d.zip
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Patch by Joe Groff! llvm-svn: 151183
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp
index d6df6e292c2..ea98b23c6d5 100644
--- a/llvm/lib/CodeGen/MachineModuleInfo.cpp
+++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp
@@ -257,7 +257,7 @@ MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
: ImmutablePass(ID), Context(MAI, MRI, MOFI),
ObjFileMMI(0), CompactUnwindEncoding(0), CurCallSite(0), CallsEHReturn(0),
CallsUnwindInit(0), DbgInfoAvailable(false),
- CallsExternalVAFunctionWithFloatingPointArguments(false) {
+ UsesVAFloatArgument(false) {
initializeMachineModuleInfoPass(*PassRegistry::getPassRegistry());
// Always emit some info, by default "no personality" info.
Personalities.push_back(NULL);
OpenPOWER on IntegriCloud