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 |