mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
Appease the clang self-host buildbot by providing a correct instantiation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c38f96af2
commit
9875903799
@ -24,6 +24,9 @@
|
|||||||
#include <limits>
|
#include <limits>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
|
template<>
|
||||||
|
char llvm::ProfileInfoT<Function,BasicBlock>::ID = 0;
|
||||||
|
|
||||||
// Register the ProfileInfo interface, providing a nice name to refer to.
|
// Register the ProfileInfo interface, providing a nice name to refer to.
|
||||||
INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information");
|
INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information");
|
||||||
|
|
||||||
@ -43,9 +46,6 @@ ProfileInfoT<Function, BasicBlock>::~ProfileInfoT() {
|
|||||||
if (MachineProfile) delete MachineProfile;
|
if (MachineProfile) delete MachineProfile;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
|
||||||
char ProfileInfoT<Function,BasicBlock>::ID = 0;
|
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
char ProfileInfoT<MachineFunction, MachineBasicBlock>::ID = 0;
|
char ProfileInfoT<MachineFunction, MachineBasicBlock>::ID = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user