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

Unified Diff: src/IceInstX8664.h

Issue 1548363002: Subzero. Code organization. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years 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
Index: src/IceInstX8664.h
diff --git a/src/IceInstX8664.h b/src/IceInstX8664.h
index e71255ec92c2b1407024a7cf33e6ac76e2226bcb..cdf986ca6e697e8ca0c6f847cd7faf3bd2947e94 100644
--- a/src/IceInstX8664.h
+++ b/src/IceInstX8664.h
@@ -26,7 +26,9 @@
#include "IceDefs.h"
#include "IceInst.h"
+#define X86NAMESPACE X8664
#include "IceInstX86Base.h"
+#undef X86NAMESPACE
#include "IceOperand.h"
#include "IceTargetLoweringX8664Traits.h"
« no previous file with comments | « src/IceInstX8632.cpp ('k') | src/IceInstX8664.cpp » ('j') | src/IceInstX86Base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698