diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-03-21 10:49:05 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-03-21 10:49:05 +0000 |
| commit | 2f12f10af369d468b14617276446166383d692ed (patch) | |
| tree | 2caca31db4facdc95c23930c0c745c8ef0dee97d /test/TableGen/IntBitInit.td | |
| parent | c69102774f9739c81ae1285ed9ae62405071c63c (diff) | |
Notes
Diffstat (limited to 'test/TableGen/IntBitInit.td')
| -rw-r--r-- | test/TableGen/IntBitInit.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/IntBitInit.td b/test/TableGen/IntBitInit.td index b949bfea7b13..16ac9c8f912d 100644 --- a/test/TableGen/IntBitInit.td +++ b/test/TableGen/IntBitInit.td @@ -1,4 +1,5 @@ // RUN: tblgen %s +// XFAIL: vg_leak def { bit A = 1; int B = A; |
