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

Unified Diff: src/IceCfg.h

Issue 1326013002: Refactor Lo and Hi out of Variable. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Refactor Hi and Lo out of Variable 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
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | no next file with comments »
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 62a891496fe372155b3c461c41cbf4d03fdab912..6a1a1c8439eedfeb364da8f35727e53151fba43d 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -290,6 +290,8 @@ public:
static void TlsInit() { ICE_TLS_INIT_FIELD(CurrentCfg); }
};
+template <> Variable *Cfg::makeVariable<Variable>(Type Ty);
+
} // end of namespace Ice
#endif // SUBZERO_SRC_ICECFG_H
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698