commit | 2668959b8879097db368aec7d76c455260abc75b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Oct 14 23:51:18 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Oct 14 23:51:18 2005 +0000 |
tree | 82c033624d8390c34f3ac7ccc3a6e980a7d4863b | |
parent | 26bd0d48a164c419462133270e3ec1c2401a34d7 [diff] [blame] |
Rename PowerPC*.h to PPC*.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23743 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCFrameInfo.h b/lib/Target/PowerPC/PPCFrameInfo.h index c1baf93..d1bae8b 100644 --- a/lib/Target/PowerPC/PPCFrameInfo.h +++ b/lib/Target/PowerPC/PPCFrameInfo.h
@@ -13,7 +13,7 @@ #ifndef POWERPC_FRAMEINFO_H #define POWERPC_FRAMEINFO_H -#include "PowerPC.h" +#include "PPC.h" #include "llvm/Target/TargetFrameInfo.h" #include "llvm/Target/TargetMachine.h"