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

Unified Diff: src/IceCfg.cpp

Issue 656123003: Subzero: Class definition cleanup. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes for Karl 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
« no previous file with comments | « src/IceCfg.h ('k') | src/IceCfgNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.cpp
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp
index b9deb01fb30fcb50759fda3958944cbd07c3d08a..e63c928fdc6e6cdfeceb4ee1242eeea26fc58ff6 100644
--- a/src/IceCfg.cpp
+++ b/src/IceCfg.cpp
@@ -48,10 +48,6 @@ CfgNode *Cfg::makeNode(const IceString &Name) {
return Node;
}
-Variable *Cfg::makeVariable(Type Ty, const IceString &Name) {
- return makeVariable<Variable>(Ty, Name);
-}
-
void Cfg::addArg(Variable *Arg) {
Arg->setIsArg();
Args.push_back(Arg);
« no previous file with comments | « src/IceCfg.h ('k') | src/IceCfgNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698