From b0ad8b002d92b8568c81b6d52c26c6adbe0ca9c7 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 9 Jul 2002 19:16:59 +0000 Subject: [PATCH] Added std:: to mem_fun for 64-bit gcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2845 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9RegInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index a040c065df5..86ee00c79a0 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -1431,10 +1431,10 @@ void UltraSparcRegInfo::insertCallerSavingCode(MachineInstr *CallMI, cerr << "\nFor call inst:" << *CallMI; cerr << " -inserted caller saving instrs: Before:\n\t "; for_each(instrnsBefore.begin(), instrnsBefore.end(), - mem_fun(&MachineInstr::dump)); + std::mem_fun(&MachineInstr::dump)); cerr << " -and After:\n\t "; for_each(instrnsAfter.begin(), instrnsAfter.end(), - mem_fun(&MachineInstr::dump)); + std::mem_fun(&MachineInstr::dump)); } } // if not already pushed