Skip to content
Snippets Groups Projects
Commit 98f3de88 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

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
parent 2150e3a7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ namespace llvm {
class DataLayout;
class GlobalValue;
class MCContext;
template <typename T> class SmallVectorImpl;
class Twine;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment