New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / lib / Target / TargetMachineRegistry.cpp
index 72e5401422c32c4163ad4fad3818d9f35ad3410f..c1a4777c63140304bbc2b412e877d967697e5b2f 100644 (file)
 #include <algorithm>
 using namespace llvm;
 
-template<> Registry<TargetMachine>::node *Registry<TargetMachine>::Head = 0;
-template<> Registry<TargetMachine>::node *Registry<TargetMachine>::Tail = 0;
-template<> Registry<TargetMachine>::listener *Registry<TargetMachine>::
-ListenerHead = 0;
-template<> Registry<TargetMachine>::listener *Registry<TargetMachine>::
-ListenerTail = 0;
-
 /// getClosestStaticTargetForModule - Given an LLVM module, pick the best target
 /// that is compatible with the module.  If no close target can be found, this
 /// returns null and sets the Error string to a reason.