s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: llvm-tblgen %s
2 // XFAIL: vg_leak
3 def {
4   bit A = 1;
5   int B = A;
6 }