diff options
| author | Nate Begeman <natebegeman@mac.com> | 2004-09-04 05:00:00 +0000 |
|---|---|---|
| committer | Nate Begeman <natebegeman@mac.com> | 2004-09-04 05:00:00 +0000 |
| commit | 4bfceb1ed57fca6be15f3e650d10ca9dcff13f0f (patch) | |
| tree | d5aab0c28ad5f2836a29e86a4737f103ef09db54 /llvm/lib/Target/PowerPC/PPC32TargetMachine.h | |
| parent | b9c90a2b024f790c3828fcd0e0b80d1aebfac425 (diff) | |
| download | bcm5719-llvm-4bfceb1ed57fca6be15f3e650d10ca9dcff13f0f.tar.gz bcm5719-llvm-4bfceb1ed57fca6be15f3e650d10ca9dcff13f0f.zip | |
All PPC instructions are now auto-printed
32 and 64 bit AsmWriters unified
Darwin and AIX specific features of AsmWriter split out
llvm-svn: 16163
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32TargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPC32TargetMachine.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h index 21dc0a0c62d..f26009a120e 100644 --- a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h +++ b/llvm/lib/Target/PowerPC/PPC32TargetMachine.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 |

