[llvm] r325473 - Add LanaiMCTargetDesc.h to LanaiInstrInfo.h to make it self contained

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 18 21:26:50 PST 2018


Author: echristo
Date: Sun Feb 18 21:26:49 2018
New Revision: 325473

URL: http://llvm.org/viewvc/llvm-project?rev=325473&view=rev
Log:
Add LanaiMCTargetDesc.h to LanaiInstrInfo.h to make it self contained
with instruction enum definitions.

Modified:
    llvm/trunk/lib/Target/Lanai/LanaiInstrInfo.h

Modified: llvm/trunk/lib/Target/Lanai/LanaiInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Lanai/LanaiInstrInfo.h?rev=325473&r1=325472&r2=325473&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Lanai/LanaiInstrInfo.h (original)
+++ llvm/trunk/lib/Target/Lanai/LanaiInstrInfo.h Sun Feb 18 21:26:49 2018
@@ -15,6 +15,7 @@
 #define LLVM_LIB_TARGET_LANAI_LANAIINSTRINFO_H
 
 #include "LanaiRegisterInfo.h"
+#include "MCTargetDesc/LanaiMCTargetDesc.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"
 
 #define GET_INSTRINFO_HEADER




More information about the llvm-commits mailing list