Add codegen patterns for VST1-lane instructions. Radar 8599955.
[oota-llvm.git] / test / TableGen / lisp.td
index 3e392fda84ff3ba139e7c1eab8063655b964c838..b521e04c89132416bfa878e188972f8b2669eba9 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s | grep {}
+// XFAIL: vg_leak
 
 class List<list<string> n> {
   list<string> names = n;