s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / 2006-09-18-LargeInt.td
1 // RUN: llvm-tblgen %s | grep -- 4294901760
2 // XFAIL: vg_leak
3
4 def X {
5   int Y = 0xFFFF0000;
6 }