Remove vestigal bits of MC from the mangler. It no longer uses this, and

having the include could cause weird layering problems between the IR
and MC libraries.

llvm-svn: 198796
This commit is contained in:
Chandler Carruth 2014-01-08 21:59:22 +00:00
parent 2150e3a743
commit 98f3de8880
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ namespace llvm {
class DataLayout;
class GlobalValue;
class MCContext;
template <typename T> class SmallVectorImpl;
class Twine;

View File

@ -17,7 +17,6 @@
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/MC/MCContext.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;