diff options
| author | Lang Hames <lhames@gmail.com> | 2014-09-23 18:08:47 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2014-09-23 18:08:47 +0000 |
| commit | d5f496d57ca5e50d0d57783ef153d2d86ab4ad02 (patch) | |
| tree | 253c4b0e30d4dcae399282e58b95308d220713a7 /llvm/lib/CodeGen | |
| parent | c4725da382b2421926dfe0228845758671c6935b (diff) | |
| download | bcm5719-llvm-d5f496d57ca5e50d0d57783ef153d2d86ab4ad02.tar.gz bcm5719-llvm-d5f496d57ca5e50d0d57783ef153d2d86ab4ad02.zip | |
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
gone they're no longer needed.
llvm-svn: 218320
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/MachineCodeEmitter.cpp | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 0e06ed03740..461ac55ac3e 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -47,7 +47,6 @@ add_llvm_library(LLVMCodeGen MachineBlockPlacement.cpp MachineBranchProbabilityInfo.cpp MachineCSE.cpp - MachineCodeEmitter.cpp MachineCombiner.cpp MachineCopyPropagation.cpp MachineDominators.cpp diff --git a/llvm/lib/CodeGen/MachineCodeEmitter.cpp b/llvm/lib/CodeGen/MachineCodeEmitter.cpp deleted file mode 100644 index 81b49784c05..00000000000 --- a/llvm/lib/CodeGen/MachineCodeEmitter.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/CodeGen/MachineCodeEmitter.h" - -using namespace llvm; - -void MachineCodeEmitter::anchor() { } |

