[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstComments.h.
authorCraig Topper <craig.topper@intel.com>
Sat, 10 Mar 2018 05:15:22 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 10 Mar 2018 05:15:22 +0000 (05:15 +0000)
commitf27016f3debc252a83dfe26af283505ccf009bd0
tree22ccf8cb3b7daf2675f1f8d6666775da549e232a
parent46c88d50bc6d51ecfecc66d189f52985e9a6e4de
[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstComments.h.

X86InstComments.h is used by tools that only have the MC layer. We shouldn't be importing a file from CodeGen into this.

X86InstrInfo.h isn't a great place, but I couldn't find a better one.

llvm-svn: 327202
llvm/lib/Target/X86/InstPrinter/X86InstComments.h
llvm/lib/Target/X86/X86EvexToVex.cpp
llvm/lib/Target/X86/X86InstrInfo.h
llvm/lib/Target/X86/X86MCInstLower.cpp