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/IceTargetLoweringARM32.cpp

Issue 1202253002: Includes module header first. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes All Subzero includes to match LLVM style guide. 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/IceTargetLoweringARM32.cpp
diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp
index de39aacab7efd8ce8e23fa5f568c3126a22807cc..2c07cdf2486a6a8784a3d8f1d1494beca2cc4e20 100644
--- a/src/IceTargetLoweringARM32.cpp
+++ b/src/IceTargetLoweringARM32.cpp
@@ -12,6 +12,8 @@
//
//===----------------------------------------------------------------------===//
+#include "IceTargetLoweringARM32.h"
+
#include "llvm/Support/MathExtras.h"
Jim Stichnoth 2015/06/24 21:35:33 Move this after Ice*.h includes?
John 2015/06/25 17:13:12 Done.
#include "IceCfg.h"
@@ -25,7 +27,6 @@
#include "IceOperand.h"
#include "IceRegistersARM32.h"
#include "IceTargetLoweringARM32.def"
-#include "IceTargetLoweringARM32.h"
#include "IceUtils.h"
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698