diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-13 03:09:05 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-12-13 03:09:05 +0000 |
commit | 044a784fa586cf92bb712c6dc54f925f539e19d1 (patch) | |
tree | d634b12b3ed144c2ab380eb5560ac8774e87374a /lib/Target/Mips/MipsMCInstLower.h | |
parent | f3315cf65f9574cd1e4e784d2860c943cfa65ce9 (diff) | |
download | external_llvm-044a784fa586cf92bb712c6dc54f925f539e19d1.tar.gz external_llvm-044a784fa586cf92bb712c6dc54f925f539e19d1.tar.bz2 external_llvm-044a784fa586cf92bb712c6dc54f925f539e19d1.zip |
Expand .cprestore directive to multiple instructions if the offset does not fit
in a 16-bit field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsMCInstLower.h')
-rw-r--r-- | lib/Target/Mips/MipsMCInstLower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsMCInstLower.h b/lib/Target/Mips/MipsMCInstLower.h index 98e37e4934..1490c142e2 100644 --- a/lib/Target/Mips/MipsMCInstLower.h +++ b/lib/Target/Mips/MipsMCInstLower.h @@ -36,7 +36,7 @@ public: MipsAsmPrinter &asmprinter); void Lower(const MachineInstr *MI, MCInst &OutMI) const; void LowerCPLOAD(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); - void LowerCPRESTORE(const MachineInstr *MI, MCInst &OutMI); + void LowerCPRESTORE(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); void LowerUnalignedLoadStore(const MachineInstr *MI, SmallVector<MCInst, 4>& MCInsts); private: |