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

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: 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..b05ba71d81924060b4cde9317759c88137b80431 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -39,7 +39,9 @@ namespace Ice {
class Cfg;
class CfgNode;
class Constant;
+class FunctionDeclaration;
class GlobalContext;
+class GlobalDeclaration;
class Inst;
class InstPhi;
class InstTarget;
@@ -48,6 +50,7 @@ class Liveness;
class Operand;
class TargetLowering;
class Variable;
+class VariableDeclaration;
class VariablesMetadata;
// TODO: Switch over to LLVM's ADT container classes.

Powered by Google App Engine
This is Rietveld 408576698