diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp index d4910dc377d..46f8a72fe03 100644 --- a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp @@ -13,7 +13,7 @@ #include "PPC32InstrInfo.h" #include "PPCGenInstrInfo.inc" -#include "PowerPC.h" +#include "PPC.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include <iostream> using namespace llvm; |