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

Unified Diff: src/IceDefs.h

Issue 641193002: Introduce the notion of function addresses in Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Clean up code and fix nits. Created 6 years, 2 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/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 29ed5d814af847a48b3e28ca311723518abf2307..653d02b73b34eaf466b494db20f53f9a59a2bc85 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -40,6 +40,7 @@ class Cfg;
class CfgNode;
class Constant;
class GlobalContext;
+class GlobalAddress;
class Inst;
class InstPhi;
class InstTarget;

Powered by Google App Engine
This is Rietveld 408576698