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

Unified Diff: src/IceTargetLoweringMIPS32.cpp

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 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/IceTargetLoweringMIPS32.cpp
diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
index 2cf59531a359f7437ab35f00f83e1b88a98bf264..ade134e6dd14b95205a4172d9d51b439eedd3942 100644
--- a/src/IceTargetLoweringMIPS32.cpp
+++ b/src/IceTargetLoweringMIPS32.cpp
@@ -12,6 +12,8 @@
//
//===----------------------------------------------------------------------===//
+#include "IceTargetLoweringMIPS32.h"
+
#include "llvm/Support/MathExtras.h"
#include "IceCfg.h"
@@ -25,7 +27,6 @@
#include "IceOperand.h"
#include "IceRegistersMIPS32.h"
#include "IceTargetLoweringMIPS32.def"
-#include "IceTargetLoweringMIPS32.h"
#include "IceUtils.h"
namespace Ice {
« src/IceConverter.cpp ('K') | « src/IceTargetLoweringARM32.cpp ('k') | src/IceThreading.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698