Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
index 77b307242059c780923f635d0e1261e1cbf2737c..f56167e39018909991dc3d47d250b5329255c9a9 100644 (file)
 #include "llvm/Support/FormattedStream.h"
 using namespace llvm;
 
-/// PowerPCTargetMachineModule - 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 PowerPCTargetMachineModule;
-int PowerPCTargetMachineModule = 0;
-
 // Register the targets
 extern Target ThePPC32Target;
 static RegisterTarget<PPC32TargetMachine>