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

Unified Diff: src/IceCfg.h

Issue 2172313002: Subzero : Live Range Splitting after initial Register Allocation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 4 years, 5 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
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfgNode.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 02e8394511ec23bf74f72539487813647bb07cff..6cddbed08104f4b429acaa947a78d906cbac9e63 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -120,6 +120,7 @@ public:
Variables.push_back(Var);
return Var;
}
+ void addVariable(Variable *Var);
SizeT getNumVariables() const { return Variables.size(); }
const VarList &getVariables() const { return Variables; }
/// @}
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfgNode.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698