recognize an unsigned add with overflow idiom into uadd.
[oota-llvm.git] / test / TableGen / MultiClassInherit.td
index d4c4ce58daa0c6eb0656859b1f3cd61aec566f48..9da80bad2d74ab34372b0eb41c69dffcb2a21967 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s | grep {zing = 4} | count 28
+// XFAIL: vg_leak
 
 class C1<int A, string B> { 
   int bar = A;