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

Unified Diff: src/IceInstX8632.h

Issue 1151663004: Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: simplify check Created 5 years, 7 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
Index: src/IceInstX8632.h
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h
index 976ccc4d316b3c5dc11fdf615032e16900adc7c7..fc60abb1a4c56d9c82d241a8543c0b68171ada95 100644
--- a/src/IceInstX8632.h
+++ b/src/IceInstX8632.h
@@ -17,9 +17,9 @@
#define SUBZERO_SRC_ICEINSTX8632_H
#include "assembler_ia32.h"
+#include "IceConditionCodesX8632.h"
#include "IceDefs.h"
#include "IceInst.h"
-#include "IceConditionCodesX8632.h"
#include "IceInstX8632.def"
#include "IceOperand.h"

Powered by Google App Engine
This is Rietveld 408576698