[TableGen] Use the same anonymous name as the prefix on all multiclass defs
[oota-llvm.git] / test / TableGen / ForeachList.td
index 9bc76e0f0cf86a8cc43b1f2071545cfe6cadd8b6..99b7e14c2d5f1dd0986a5e3c6db2fddce7cce11f 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 class Register<string name, int idx> {
   string Name = name;