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

Unified Diff: src/IceOperand.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/IceOperand.cpp
diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp
index 459d0a07c19101f9ee537b2f63a8473858ce4de9..b884f9258eb78cddd6e03fc59bfc5c66c5405387 100644
--- a/src/IceOperand.cpp
+++ b/src/IceOperand.cpp
@@ -12,10 +12,11 @@
//
//===----------------------------------------------------------------------===//
+#include "IceOperand.h"
+
#include "IceCfg.h"
#include "IceCfgNode.h"
#include "IceInst.h"
-#include "IceOperand.h"
#include "IceTargetLowering.h" // dumping stack/frame pointer register
namespace Ice {

Powered by Google App Engine
This is Rietveld 408576698