Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: llvm/lib/Target/Mips/Mips.h

Issue 8273005: [MIPS] Initial support for MIPS architecture. (Closed)
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | llvm/lib/Target/Mips/MipsAsmPrinter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: llvm/lib/Target/Mips/Mips.h
===================================================================
--- a/llvm/lib/Target/Mips/Mips.h
+++ b/llvm/lib/Target/Mips/Mips.h
@@ -18,6 +18,16 @@
#include "MCTargetDesc/MipsMCTargetDesc.h"
#include "llvm/Target/TargetMachine.h"
+/* @LOCALMOD-START */
+namespace llvm {
+
+namespace Mips {
+ extern unsigned LoadStoreStackMaskReg;
+ extern unsigned IndirectBranchMaskReg;
+}
+} // End llvm namespace
+/* @LOCALMOD-END */
+
namespace llvm {
class MipsTargetMachine;
class FunctionPass;
@@ -32,6 +42,10 @@ namespace llvm {
FunctionPass *createMipsJITCodeEmitterPass(MipsTargetMachine &TM,
JITCodeEmitter &JCE);
+ /* @LOCALMOD-START */
+ FunctionPass *createMipsNaClRewritePass();
+ /* @LOCALMOD-END */
+
} // end namespace llvm;
#endif
« no previous file with comments | « no previous file | llvm/lib/Target/Mips/MipsAsmPrinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698