this doesn't need the mangler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93626 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-01-16 02:15:38 +00:00
parent 75abc68d32
commit 27891030ed
2 changed files with 4 additions and 8 deletions

View File

@@ -27,7 +27,6 @@
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Mangler.h"
namespace llvm {
extern Target TheMSILTarget;
@@ -78,7 +77,6 @@ namespace llvm {
formatted_raw_ostream &Out;
Module* ModulePtr;
const TargetData* TD;
Mangler* Mang;
LoopInfo *LInfo;
std::vector<StaticInitializer>* InitListPtr;
std::map<const GlobalVariable*,std::vector<StaticInitializer> >