aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-09-04 05:00:00 +0000
committerNate Begeman <natebegeman@mac.com>2004-09-04 05:00:00 +0000
commited42853be1ef530890043da7c8966dc6678cf9bf (patch)
tree60f873252b41885ce4c0156280a93ee6b3932a35 /lib/Target/PowerPC/PPCTargetMachine.h
parentec9d7801530c4dbe21f31b2294c4bd5b37841a4f (diff)
downloadexternal_llvm-ed42853be1ef530890043da7c8966dc6678cf9bf.zip
external_llvm-ed42853be1ef530890043da7c8966dc6678cf9bf.tar.gz
external_llvm-ed42853be1ef530890043da7c8966dc6678cf9bf.tar.bz2
All PPC instructions are now auto-printed
32 and 64 bit AsmWriters unified Darwin and AIX specific features of AsmWriter split out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.h')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h
index 21dc0a0..f26009a 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.h
+++ b/lib/Target/PowerPC/PPCTargetMachine.h
@@ -17,11 +17,9 @@
#include "PowerPCTargetMachine.h"
#include "PPC32InstrInfo.h"
#include "llvm/PassManager.h"
-#include <set>
namespace llvm {
-class GlobalValue;
class IntrinsicLowering;
class PPC32TargetMachine : public PowerPCTargetMachine {
@@ -38,11 +36,6 @@ public:
bool addPassesToEmitMachineCode(FunctionPassManager &PM,
MachineCodeEmitter &MCE);
-
- // Two shared sets between the instruction selector and the printer allow for
- // correct linkage on Darwin
- std::set<GlobalValue*> CalledFunctions;
- std::set<GlobalValue*> AddressTaken;
};
} // end namespace llvm