Tablegen fixes for new syntax when initializing bits from variables.
[oota-llvm.git] / test / TableGen / 2003-08-03-PassCode.td
index c02f499b3822b57fc41923f1e15dd9974990721c..b851a15ffe8b1c2b76a23911e2f46f4c03967bb8 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: tblgen %s
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s
 
 class test<code C> {
   code Code = C;