From 6a1a2b139562bb2b17771a88f68dcb7dd006b4d4 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 25 May 2012 20:42:55 +0000 Subject: 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 --- lib/Target/Mips/MipsMCInstLower.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Target/Mips/MipsMCInstLower.h') 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& MCInsts); - void LowerCPRESTORE(int64_t Offset, SmallVector& MCInsts); void LowerUnalignedLoadStore(const MachineInstr *MI, SmallVector& MCInsts); void LowerSETGP01(SmallVector& MCInsts); -- cgit v1.2.3