Rename PowerPC*.h to PPC*.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2005-10-14 23:51:18 +00:00
parent 26bd0d48a1
commit 2668959b88
15 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "PowerPC.h"
#include "PPC.h"
#include "PPC32TargetMachine.h"
#include "PPC32ISelLowering.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"