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/MachineCodeEmitter.cpp | |
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/MachineCodeEmitter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeEmitter.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
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() { } |