mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
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:
@@ -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> >
|
||||
|
Reference in New Issue
Block a user