summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-16 01:55:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-16 01:55:13 +0000
commitc151c51ea0606be966b9813feeb8b45aef2d6ffd (patch)
treebbaefe98eaab8917668507581c98d58a6e73e452 /llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
parent942c0e52434ff5fa5d5d629cce9eb94c0cb20eab (diff)
downloadbcm5719-llvm-c151c51ea0606be966b9813feeb8b45aef2d6ffd.tar.gz
bcm5719-llvm-c151c51ea0606be966b9813feeb8b45aef2d6ffd.zip
Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink
variables. - Module initialization functions supplanted the need for these. llvm-svn: 75886
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetMachine.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
index 4c7ca8fbf66..9f6266c672c 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
+++ b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
@@ -22,15 +22,6 @@
using namespace llvm;
-/// PIC16TargetMachineModule - 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 PIC16TargetMachineModule;
-int PIC16TargetMachineModule = 0;
-
-
// Register the targets
extern Target ThePIC16Target;
static RegisterTarget<PIC16TargetMachine>
OpenPOWER on IntegriCloud