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

Unified Diff: lib/Target/X86/MCTargetDesc/X86MCNaCl.h

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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 | « lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/X86/MCTargetDesc/X86MCNaCl.h
diff --git a/lib/Target/X86/MCTargetDesc/X86MCNaCl.h b/lib/Target/X86/MCTargetDesc/X86MCNaCl.h
new file mode 100644
index 0000000000000000000000000000000000000000..e94bab01163ee041df025858040843d413030d5c
--- /dev/null
+++ b/lib/Target/X86/MCTargetDesc/X86MCNaCl.h
@@ -0,0 +1,25 @@
+//===-- X86MCNaCl.h - Prototype for CustomExpandInstNaClX86 ---*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef X86MCNACL_H
+#define X86MCNACL_H
+
+namespace llvm {
+class MCInst;
+class MCStreamer;
+struct X86MCNaClSFIState {
+ unsigned PrefixSaved;
+ bool PrefixPass;
+ bool EmitRaw;
+};
+bool CustomExpandInstNaClX86(const MCSubtargetInfo &STI, const MCInst &Inst,
+ MCStreamer &Out, X86MCNaClSFIState &State);
+}
+
+#endif
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698