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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2014-01-08 21:59:22 +00:00
parent 5bbbb37ff2
commit 6b71233fb1
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;