git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115857
91177308-0d34-0410-b5e6-
96231b3b80d8
#include <limits>
using namespace llvm;
+template<>
+char llvm::ProfileInfoT<Function,BasicBlock>::ID = 0;
+
// Register the ProfileInfo interface, providing a nice name to refer to.
INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information");
if (MachineProfile) delete MachineProfile;
}
-template<>
-char ProfileInfoT<Function,BasicBlock>::ID = 0;
-
template<>
char ProfileInfoT<MachineFunction, MachineBasicBlock>::ID = 0;