XFAIL a new tblgen test for memory leak checking.

llvm-svn: 99707
This commit is contained in:
Jeffrey Yasskin 2010-03-27 04:59:47 +00:00
parent 7378e4ce11
commit 92efcd5fb1

View File

@ -1,4 +1,5 @@
// RUN: tblgen %s | FileCheck %s
// XFAIL: vg_leak
class A<int k, bits<2> x = 1> {
int K = k;