Add correct encodings for the basic form of vst1.
[oota-llvm.git] / test / TableGen / subst.td
index ce9f45d0a481950e5de04349dbb17ad201683ae0..05d424f6835576a2b672d9d27c2605f31ed36415 100644 (file)
@@ -4,6 +4,7 @@
 // RUN: tblgen %s | grep {LAST} | count 1
 // RUN: tblgen %s | grep {TVAR} | count 2
 // RUN: tblgen %s | grep {Bogus} | count 1
+// XFAIL: vg_leak
 
 class Honorific<string t> {
   string honorific = t;