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

Unified Diff: src/IceInst.h

Issue 1318553003: Compute the loop nest depth of each CfgNode and weight Variables by it. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Formatting Created 5 years, 3 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.h
diff --git a/src/IceInst.h b/src/IceInst.h
index 6bfd7af171f140db67b2b8390855b59f0be58ebf..ec133415aa58755280a1eb6c8b22a9bcd42139b3 100644
--- a/src/IceInst.h
+++ b/src/IceInst.h
@@ -21,6 +21,7 @@
#include "IceDefs.h"
#include "IceInst.def"
#include "IceIntrinsics.h"
+#include "IceOperand.h"
Jim Stichnoth 2015/09/03 21:35:09 Why is this needed?
ascull 2015/09/03 22:47:12 Line 696 has a dyn_cast to Variable which requires
Jim Stichnoth 2015/09/03 23:23:30 Ah, thanks. In that case, could you move the defi
ascull 2015/09/04 00:23:51 Done.
#include "IceTypes.h"
// TODO: The Cfg structure, and instructions in particular, need to be

Powered by Google App Engine
This is Rietveld 408576698