From a0a6d59da822a7c250b4980e43e996b4435afd56 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 16 May 2017 02:06:15 +0000 Subject: [PATCH] [tsan] Update tsan test for r303084 Tail duplication changed number of pop instruction, but TSAN performance was not affected. llvm-svn: 303136 --- compiler-rt/lib/tsan/check_analyze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh index d454ec2..22eb444 100755 --- a/compiler-rt/lib/tsan/check_analyze.sh +++ b/compiler-rt/lib/tsan/check_analyze.sh @@ -29,7 +29,7 @@ check() { for f in write1 write2 write4 write8; do check $f rsp 1 check $f push 2 - check $f pop 2 + check $f pop 12 done for f in read1 read2 read4 read8; do -- 2.7.4