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/PowerPCAsmPrinter.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/PowerPCAsmPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp index dab9b69d7f7..29853f1ab79 100644 --- a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp @@ -18,7 +18,7 @@ #define DEBUG_TYPE "asmprinter" #include "PowerPC.h" -#include "PowerPCTargetMachine.h" +#include "PPC32TargetMachine.h" #include "PowerPCSubtarget.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" |