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

Unified Diff: src/IceInstX8632.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/IceInstX8632.h
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h
index 00d18a0d01bccf7fbd2ecb7620f60265d8cfb3c6..100736880cfa8a5c0c52d79de58f75ffdbcffddb 100644
--- a/src/IceInstX8632.h
+++ b/src/IceInstX8632.h
@@ -28,7 +28,9 @@
#include "IceDefs.h"
#include "IceInst.h"
+#define X86NAMESPACE X8632
#include "IceInstX86Base.h"
+#undef X86NAMESPACE
#include "IceOperand.h"
#include "IceTargetLoweringX8632Traits.h"
« no previous file with comments | « src/IceInstMIPS32.cpp ('k') | src/IceInstX8632.cpp » ('j') | src/IceInstX86Base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698