1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Added std:: to mem_fun for 64-bit gcc

llvm-svn: 2845
This commit is contained in:
Anand Shukla 2002-07-09 19:16:59 +00:00
parent 128410dd4c
commit e2179159e5

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