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

Unified Diff: lib/Target/X86/X86.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/X86MCNaCl.cpp ('k') | lib/Target/X86/X86AsmPrinter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/X86/X86.h
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h
index 8bd5817e528f54dad8214abb2f3f25466ae14839..7881e564b372a9e3af899276b15bb23da9b48f68 100644
--- a/lib/Target/X86/X86.h
+++ b/lib/Target/X86/X86.h
@@ -44,6 +44,10 @@ FunctionPass *createCleanupLocalDynamicTLSPass();
///
FunctionPass *createX86FloatingPointStackifierPass();
+// @LOCALMOD-BEGIN - Creates a pass to make instructions follow NaCl SFI rules.
+FunctionPass* createX86NaClRewritePass();
+// @LOCALMOD-END
+
/// createX86IssueVZeroUpperPass - This pass inserts AVX vzeroupper instructions
/// before each call to avoid transition penalty between functions encoded with
/// AVX and SSE.
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp ('k') | lib/Target/X86/X86AsmPrinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698