summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-12-08 16:51:52 +0000
committerReed Kotler <rkotler@mips.com>2013-12-08 16:51:52 +0000
commite0a34ee66e0a1d084986e0e90420389eb7634752 (patch)
treeb52913777b9de4e17ceac4331a16beca5e0f10a5 /llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
parenta4173715f7dbd87c72dd85ea558530b3240015ce (diff)
downloadbcm5719-llvm-e0a34ee66e0a1d084986e0e90420389eb7634752.tar.gz
bcm5719-llvm-e0a34ee66e0a1d084986e0e90420389eb7634752.zip
Cleaning up of prologue/epilogue code for Mips16. First step
here is to make save/restore into variable number of argument instructions. llvm-svn: 196726
Diffstat (limited to 'llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h')
-rw-r--r--llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
index f75ae249c3e..2b745f028e1 100644
--- a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
+++ b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
@@ -104,6 +104,7 @@ private:
bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo0,
unsigned OpNo1, raw_ostream &OS);
bool printAlias(const MCInst &MI, raw_ostream &OS);
+ void printSaveRestore(const MCInst *MI, raw_ostream &O);
};
} // end namespace llvm
OpenPOWER on IntegriCloud