diff options
Diffstat (limited to 'llvm/test/TableGen/pr8330.td')
-rw-r--r-- | llvm/test/TableGen/pr8330.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/pr8330.td b/llvm/test/TableGen/pr8330.td index e6720147890..7779b635e33 100644 --- a/llvm/test/TableGen/pr8330.td +++ b/llvm/test/TableGen/pr8330.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class Or4<bits<8> Val> { bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} }; |