diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 13:14:16 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 13:14:16 +0000 |
| commit | e55382ea5557092feeec15fd9b2b7a2f67e83c24 (patch) | |
| tree | 26f618fcd571e2f5c55242468c3a75975cbf44ab /llvm/test/TableGen/MultiClassInherit.td | |
| parent | 83f05bf96041c60f018fbd86558189bc0c1bd5dc (diff) | |
| download | bcm5719-llvm-e55382ea5557092feeec15fd9b2b7a2f67e83c24.tar.gz bcm5719-llvm-e55382ea5557092feeec15fd9b2b7a2f67e83c24.zip | |
llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64-linux-vg_leak.
llvm-svn: 169862
Diffstat (limited to 'llvm/test/TableGen/MultiClassInherit.td')
| -rw-r--r-- | llvm/test/TableGen/MultiClassInherit.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/TableGen/MultiClassInherit.td b/llvm/test/TableGen/MultiClassInherit.td index c768fff0b67..9d1470a6616 100644 --- a/llvm/test/TableGen/MultiClassInherit.td +++ b/llvm/test/TableGen/MultiClassInherit.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "zing = 4" | count 28 -// XFAIL: vg_leak class C1<int A, string B> { int bar = A; |

