diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:44:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:44:05 +0000 |
commit | 2ed745a9056ac3771d73e15ab45ba3ab48dce5f5 (patch) | |
tree | 53b44cc210306e820d04e8754b894807336fe9ce /llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | |
parent | 7503d46febe595778e7d42e1de59120bbb9d590e (diff) | |
download | bcm5719-llvm-2ed745a9056ac3771d73e15ab45ba3ab48dce5f5.tar.gz bcm5719-llvm-2ed745a9056ac3771d73e15ab45ba3ab48dce5f5.zip |
Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine
still should be merged into the PPC32TargetMachine class
llvm-svn: 23741
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index 1be28ec6342..2a0b626fb94 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "PowerPC.h" -#include "PowerPCTargetMachine.h" #include "PowerPCFrameInfo.h" #include "PPC32TargetMachine.h" #include "PPC32JITInfo.h" |