diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.cpp b/lib/Target/PowerPC/PPCInstrInfo.cpp index d4910dc..46f8a72 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/lib/Target/PowerPC/PPCInstrInfo.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; |