[llvm] r362477 - Include what you use in PPC.h

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 02:16:36 PDT 2019


Author: gribozavr
Date: Tue Jun  4 02:16:35 2019
New Revision: 362477

URL: http://llvm.org/viewvc/llvm-project?rev=362477&view=rev
Log:
Include what you use in PPC.h

Modified:
    llvm/trunk/lib/Target/PowerPC/PPC.h

Modified: llvm/trunk/lib/Target/PowerPC/PPC.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPC.h?rev=362477&r1=362476&r2=362477&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.h (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.h Tue Jun  4 02:16:35 2019
@@ -15,7 +15,6 @@
 #define LLVM_LIB_TARGET_POWERPC_PPC_H
 
 #include "llvm/Support/CodeGen.h"
-#include "MCTargetDesc/PPCMCTargetDesc.h"
 
 // GCC #defines PPC on Linux but we use it as our namespace name
 #undef PPC




More information about the llvm-commits mailing list