1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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

llvm-svn: 269535
This commit is contained in:
Craig Topper 2016-05-14 03:59:25 +00:00
parent 945d7827dc
commit ff6ef40e7b

View File

@ -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"; }