aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16InstrInfo.h
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-16 19:04:29 +0000
committerReed Kotler <rkotler@mips.com>2013-02-16 19:04:29 +0000
commit2de893210b0d4178edb4e3f2a965d57e97410341 (patch)
tree37c8f9e3122191d43ff7d6f8993b6a63397a7b2c /lib/Target/Mips/Mips16InstrInfo.h
parenteb4774a972af4bdd36d8795625c8c5d96ca507d1 (diff)
downloadexternal_llvm-2de893210b0d4178edb4e3f2a965d57e97410341.zip
external_llvm-2de893210b0d4178edb4e3f2a965d57e97410341.tar.gz
external_llvm-2de893210b0d4178edb4e3f2a965d57e97410341.tar.bz2
One more try to make this look nice. I have lots of pseudo lowering
as well as 16/32 bit variants to do and so I want this to look nice when I do it. I've been experimenting with this. No new test cases are needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.h')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.h b/lib/Target/Mips/Mips16InstrInfo.h
index 0e8e87a..d197e7c 100644
--- a/lib/Target/Mips/Mips16InstrInfo.h
+++ b/lib/Target/Mips/Mips16InstrInfo.h
@@ -96,6 +96,9 @@ public:
const MCInstrDesc& AddiuSpImm(int64_t Imm) const;
+ void BuildAddiuSpImm
+ (MachineBasicBlock &MBB, MachineBasicBlock::iterator I, int64_t Imm) const;
+
private:
virtual unsigned GetAnalyzableBrOpc(unsigned Opc) const;