[llvm] r269535 - Revert r269534 "Silence a -Wundefined-var-template build warning." The bots didn't like that.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 20:59:25 PDT 2016


Author: ctopper
Date: Fri May 13 22:59:25 2016
New Revision: 269535

URL: http://llvm.org/viewvc/llvm-project?rev=269535&view=rev
Log:
Revert r269534 "Silence a -Wundefined-var-template build warning." The bots didn't like that.

Modified:
    llvm/trunk/include/llvm/ProfileData/ProfileCommon.h

Modified: llvm/trunk/include/llvm/ProfileData/ProfileCommon.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/ProfileCommon.h?rev=269535&r1=269534&r2=269535&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/ProfileCommon.h (original)
+++ llvm/trunk/include/llvm/ProfileData/ProfileCommon.h Fri May 13 22:59:25 2016
@@ -60,8 +60,6 @@ protected:
   ErrT Err;
 };
 
-template<typename ErrT> char ProfErrorInfoBase<ErrT>::ID;
-
 inline const char *getHotSectionPrefix() { return ".hot"; }
 inline const char *getUnlikelySectionPrefix() { return ".unlikely"; }
 




More information about the llvm-commits mailing list