[PM] Wire up support for printing assembly output from the opt command.
[oota-llvm.git] / test / TableGen / list-element-bitref.td
index 7db3d31167fd2021dde415440c6fbbf6d83a9261..4622f28526eb3900d0b192b912b1ff14daa3bbd1 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 class C<list<bits<8>> L> {
   bits<2> V0 = L[0]{1-0};