prepare for a change I'm about to make
[oota-llvm.git] / lib / Support / Statistic.cpp
index d771f4dcfd33bb609dde8fd815f37f0d7cd1266c..56bbfe9d7a92f56e7a415a63d2bf51fa7f6b3ea8 100644 (file)
@@ -33,6 +33,8 @@ namespace llvm { extern std::ostream *GetLibSupportInfoOutputFile(); }
 
 unsigned StatisticBase::NumStats = 0;
 
+TEMPLATE_INSTANTIATION(class Statistic<unsigned>);
+
 // -stats - Command line option to cause transformations to emit stats about
 // what they did.
 //