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
This commit is contained in:
Anand Shukla 2002-07-09 19:16:59 +00:00
parent 743cd3e2b8
commit b0ad8b002d

View File

@ -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