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

Unified Diff: lib/Target/X86/MCTargetDesc/X86BaseInfo.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/X86AsmBackend.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/X86/MCTargetDesc/X86BaseInfo.h
diff --git a/lib/Target/X86/MCTargetDesc/X86BaseInfo.h b/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
index 365cf0ce156a7fec97ac327b2bd1da6015ea9f01..7d48efd2954961c66289d4f4ae5f1998da0b3cd3 100644
--- a/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
+++ b/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
@@ -315,7 +315,7 @@ namespace X86II {
MRM_F7 = 76, MRM_F8 = 77, MRM_F9 = 78, MRM_FA = 79,
MRM_FB = 80, MRM_FC = 81, MRM_FD = 82, MRM_FE = 83,
MRM_FF = 84,
-
+ CustomFrm = 126, // @LOCALMOD
FormMask = 127,
//===------------------------------------------------------------------===//
@@ -655,6 +655,7 @@ namespace X86II {
switch (TSFlags & X86II::FormMask) {
default: llvm_unreachable("Unknown FormMask value in getMemoryOperandNo!");
+ case X86II::CustomFrm: // @LOCALMOD
case X86II::Pseudo:
case X86II::RawFrm:
case X86II::AddRegFrm:
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp ('k') | lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698