MCParser: introduce Note and use it for ARM AsmParser
[oota-llvm.git] / test / TableGen / pr8330.td
index e6720147890b491e7be7eca5c2ddd70ad0cc0ed9..7779b635e33cc8ef5536fdaf9ebbe60871c8d0c2 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 class Or4<bits<8> Val> {
   bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} };