Commit 2f5623b2 by Torvald Riegel Committed by Torvald Riegel

Trivial: add cleanup-tree-dump in testcase, fix typo in comment.

	gcc/testsuite:
	* g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo in comment.

From-SVN: r181366
parent de3c89d5
2011-11-14 Torvald Riegel <triegel@redhat.com>
* g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo in comment.
2011-11-14 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/avx-recip-vec.c: New test.
......
......@@ -30,6 +30,7 @@ int f1()
return foo<TrueFalse>() + bar<TrueFalse>();
}
/* 4 transactions overall, two of the write to global: */
/* 4 transactions overall, two of them write to global: */
/* { dg-final { scan-tree-dump-times "ITM_RU4\\s*\\(&global" 4 "tmmark" } } */
/* { dg-final { scan-tree-dump-times "ITM_WU4\\s*\\(&global" 2 "tmmark" } } */
/* { dg-final { cleanup-tree-dump "tmmark" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment