summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCCodeGenInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-06-30 18:25:11 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-06-30 18:25:11 +0000
commitd86e8bb0ed5aefa6b18ffab88b8d542c95f52052 (patch)
tree94535e80931212ff5df25ef80ac53b8fb4bd6033 /llvm/lib/MC/MCCodeGenInfo.cpp
parent8b08d2c5c87bbb0cca4ee59987499f73e252068b (diff)
downloadbcm5719-llvm-d86e8bb0ed5aefa6b18ffab88b8d542c95f52052.tar.gz
bcm5719-llvm-d86e8bb0ed5aefa6b18ffab88b8d542c95f52052.zip
Delete MCCodeGenInfo.
MC doesn't really care about CodeGen stuff, so this was just complicating target initialization. llvm-svn: 274258
Diffstat (limited to 'llvm/lib/MC/MCCodeGenInfo.cpp')
-rw-r--r--llvm/lib/MC/MCCodeGenInfo.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/lib/MC/MCCodeGenInfo.cpp b/llvm/lib/MC/MCCodeGenInfo.cpp
deleted file mode 100644
index 347ec2cd01e..00000000000
--- a/llvm/lib/MC/MCCodeGenInfo.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//===-- MCCodeGenInfo.cpp - Target CodeGen Info -----------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file tracks information about the target which can affect codegen,
-// asm parsing, and asm printing. For example, relocation model.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/MC/MCCodeGenInfo.h"
-using namespace llvm;
-
-void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
- CodeGenOpt::Level OL) {
- RelocationModel = RM;
- CMModel = CM;
- OptLevel = OL;
-}
OpenPOWER on IntegriCloud