[x86] Actually test the SSE2 lowering for most of the zext-ish shuffles.
[oota-llvm.git] / test / TableGen / 2003-08-03-PassCode.td
1 // RUN: llvm-tblgen %s
2
3 class test<code C> {
4   code Code = C;
5 }
6
7 def foo : test<[{ hello world! }]>;