Add several new instructions supported by the latest MicroBlaze.
[oota-llvm.git] / test / TableGen / LazyChange.td
index c3e54de0a8b975ff35cf231adf9b8eff9c5d2be9..8145a3ff8d38dbbaa6a8973a09e402db0a88c71e 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep 'int Y = 3'
-
+// RUN: llvm-tblgen %s | grep {int Y = 3}
+// XFAIL: vg_leak
 
 class C {
   int X = 4;