summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/TargetInstrSpec.td
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 13:14:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 13:14:16 +0000
commite55382ea5557092feeec15fd9b2b7a2f67e83c24 (patch)
tree26f618fcd571e2f5c55242468c3a75975cbf44ab /llvm/test/TableGen/TargetInstrSpec.td
parent83f05bf96041c60f018fbd86558189bc0c1bd5dc (diff)
downloadbcm5719-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/TargetInstrSpec.td')
-rw-r--r--llvm/test/TableGen/TargetInstrSpec.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/TableGen/TargetInstrSpec.td b/llvm/test/TableGen/TargetInstrSpec.td
index 64b706dc6a1..bf2d257c5d0 100644
--- a/llvm/test/TableGen/TargetInstrSpec.td
+++ b/llvm/test/TableGen/TargetInstrSpec.td
@@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep '\[(set VR128:$dst, (int_x86_sse2_add_pd VR128:$src1, VR128:$src2))\]' | count 1
// RUN: llvm-tblgen %s | grep '\[(set VR128:$dst, (int_x86_sse2_add_ps VR128:$src1, VR128:$src2))\]' | count 1
-// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;
OpenPOWER on IntegriCloud