diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/SparcV9/SparcV9Internals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index c5047f96a5..92c938ece0 100644 --- a/lib/Target/SparcV9/SparcV9Internals.h +++ b/lib/Target/SparcV9/SparcV9Internals.h @@ -485,8 +485,8 @@ public: // This method inserts the caller saving code for call instructions // - void insertCallerSavingCode(vector<MachineInstr*>& instrnsBefore, - vector<MachineInstr*>& instrnsAfter, + void insertCallerSavingCode(std::vector<MachineInstr*>& instrnsBefore, + std::vector<MachineInstr*>& instrnsAfter, MachineInstr *MInst, const BasicBlock *BB, PhyRegAlloc &PRA ) const; }; |