Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / TableGen / 2010-03-24-PrematureDefaults.td
index 42f2632ab8c926b163e4198f38b40bb3c244feef..2ff2d42d27304cc019c88365d36b0525fc434026 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 class A<int k, bits<2> x = 1> {
   int K = k;