Avoid depending on LCSSA implicitly pulling in LoopSimplify.
[oota-llvm.git] / test / TableGen / 2003-08-03-PassCode.td
1 // RUN: tblgen %s
2 // XFAIL: vg_leak
3
4 class test<code C> {
5   code Code = C;
6 }
7
8 def foo : test<[{ hello world! }]>;