[AVX512] Remove alternate data type versions of VALIGND, VALIGNQ, VMOVSHDUP and VMOVS...
[oota-llvm.git] / test / TableGen / Include.td
1 // RUN: llvm-tblgen -I %p %s
2
3 def BeforeInclude;
4
5 include "Include.inc"
6
7 def AfterInclude;
8