The AND instruction leaves the V flag unmodified, so it falls victim to the same
[oota-llvm.git] / test / TableGen / LazyChange.td
index c3e54de0a8b975ff35cf231adf9b8eff9c5d2be9..fa53562b8c2724e8d9c3d507c5910a22f88966b0 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep 'int Y = 3'
-
+// RUN: tblgen %s | grep {int Y = 3}
+// XFAIL: vg_leak
 
 class C {
   int X = 4;