[x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it is
[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