diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCInstrInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.h b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.h index 797f3024eb5..e975caf88b4 100644 --- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.h +++ b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef POWERPCINSTRUCTIONINFO_H -#define POWERPCINSTRUCTIONINFO_H +#ifndef POWERPC_INSTRUCTIONINFO_H +#define POWERPC_INSTRUCTIONINFO_H #include "PowerPC.h" #include "PowerPCRegisterInfo.h" |