[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
[oota-llvm.git] / test / TableGen / LazyChange.td
index fa53562b8c2724e8d9c3d507c5910a22f88966b0..2ad6191c253590ddf85f1d8422b696a2a0c9b3eb 100644 (file)
@@ -1,5 +1,6 @@
-// RUN: tblgen %s | grep {int Y = 3}
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | FileCheck %s
+
+// CHECK: int Y = 3
 
 class C {
   int X = 4;