Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.cpp
index 603223b037189eb6e7c798ac673eed858baf143c..133a0acf28c0b1f714fc1c589cc14f3205873956 100644 (file)
 
 using namespace llvm;
 
-/// MSP430TargetMachineModule - Note that this is used on hosts that
-/// cannot link in a library unless there are references into the
-/// library.  In particular, it seems that it is not possible to get
-/// things to work on Win32 without this.  Though it is unused, do not
-/// remove it.
-extern "C" int MSP430TargetMachineModule;
-int MSP430TargetMachineModule = 0;
-
-
 // Register the targets
 extern Target TheMSP430Target;
 static RegisterTarget<MSP430TargetMachine>