commit | 16e71f2f70811c69c56052dd146324fe20e31db5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Oct 14 23:59:06 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Oct 14 23:59:06 2005 +0000 |
tree | 59127c20c6f9740fc2dd05a984f4b4f5d3d517e1 | |
parent | b9459b731a0b6345d1e14083fcfa6508646ba81d [diff] [blame] |
Rename PPC32*.h to PPC*.h This completes the grand PPC file renaming git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23745 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCJITInfo.cpp b/lib/Target/PowerPC/PPCJITInfo.cpp index c17dd26..3045560 100644 --- a/lib/Target/PowerPC/PPCJITInfo.cpp +++ b/lib/Target/PowerPC/PPCJITInfo.cpp
@@ -13,7 +13,7 @@ #define DEBUG_TYPE "jit" #include "PPCJITInfo.h" -#include "PPC32Relocations.h" +#include "PPCRelocations.h" #include "llvm/CodeGen/MachineCodeEmitter.h" #include "llvm/Config/alloca.h" #include <set>