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

Unified Diff: src/IceInst.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/IceInst.cpp
diff --git a/src/IceInst.cpp b/src/IceInst.cpp
index 74627ad25b6e71c20d68ecf3caee07a0a8d3875c..361250c715f11a68a7d9b9986440eea846fa9efd 100644
--- a/src/IceInst.cpp
+++ b/src/IceInst.cpp
@@ -12,9 +12,10 @@
//
//===----------------------------------------------------------------------===//
+#include "IceInst.h"
+
#include "IceCfg.h"
#include "IceCfgNode.h"
-#include "IceInst.h"
#include "IceLiveness.h"
#include "IceOperand.h"

Powered by Google App Engine
This is Rietveld 408576698