Rename PPC32*.h to PPC*.h
This completes the grand PPC file renaming
llvm-svn: 23745
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 1c6196c..670bc78 100644
--- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -18,7 +18,7 @@
#define DEBUG_TYPE "asmprinter"
#include "PPC.h"
-#include "PPC32TargetMachine.h"
+#include "PPCTargetMachine.h"
#include "PPCSubtarget.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"