mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
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:
parent
743cd3e2b8
commit
b0ad8b002d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user