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
+2 -2
View File
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#include "PowerPCSubtarget.h"
#include "PowerPC.h"
#include "PPCSubtarget.h"
#include "PPC.h"
#include "llvm/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/SubtargetFeature.h"