From: Dmitri Gribenko Date: Mon, 3 Jun 2019 15:04:05 +0000 (+0000) Subject: Include what you use in PPCInstrInfo.h X-Git-Tag: llvmorg-9.0.0-rc1~3944 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3bd866c7f5fea6665e0eb3bd6319961e8a72631;p=platform%2Fupstream%2Fllvm.git Include what you use in PPCInstrInfo.h llvm-svn: 362405 --- diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h index 112b163c5c4d..da34e70989db 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.h @@ -13,7 +13,6 @@ #ifndef LLVM_LIB_TARGET_POWERPC_PPCINSTRINFO_H #define LLVM_LIB_TARGET_POWERPC_PPCINSTRINFO_H -#include "PPC.h" #include "PPCRegisterInfo.h" #include "llvm/CodeGen/TargetInstrInfo.h"