summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCInstLower.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-05-25 20:42:55 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-05-25 20:42:55 +0000
commit6a1a2b139562bb2b17771a88f68dcb7dd006b4d4 (patch)
treeccd3cd02bcc0a04d32f31623bbc90ceab7dca87d /lib/Target/Mips/MipsMCInstLower.h
parent65d5629065482096fb5093b552fc26f78c9abdfa (diff)
downloadllvm-6a1a2b139562bb2b17771a88f68dcb7dd006b4d4.tar.gz
llvm-6a1a2b139562bb2b17771a88f68dcb7dd006b4d4.tar.bz2
llvm-6a1a2b139562bb2b17771a88f68dcb7dd006b4d4.tar.xz
Remove the code that emits MIPS' .cprestore directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsMCInstLower.h')
-rw-r--r--lib/Target/Mips/MipsMCInstLower.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsMCInstLower.h b/lib/Target/Mips/MipsMCInstLower.h
index 53db3ada15..fb1a258e0b 100644
--- a/lib/Target/Mips/MipsMCInstLower.h
+++ b/lib/Target/Mips/MipsMCInstLower.h
@@ -34,7 +34,6 @@ public:
void Initialize(Mangler *mang, MCContext* C);
void Lower(const MachineInstr *MI, MCInst &OutMI) const;
void LowerCPLOAD(SmallVector<MCInst, 4>& MCInsts);
- void LowerCPRESTORE(int64_t Offset, SmallVector<MCInst, 4>& MCInsts);
void LowerUnalignedLoadStore(const MachineInstr *MI,
SmallVector<MCInst, 4>& MCInsts);
void LowerSETGP01(SmallVector<MCInst, 4>& MCInsts);