[tsan] Update tsan test for r303084
authorVitaly Buka <vitalybuka@google.com>
Tue, 16 May 2017 02:06:15 +0000 (02:06 +0000)
committerVitaly Buka <vitalybuka@google.com>
Tue, 16 May 2017 02:06:15 +0000 (02:06 +0000)
Tail duplication changed number of pop instruction, but TSAN performance was not
affected.

llvm-svn: 303136

compiler-rt/lib/tsan/check_analyze.sh

index d454ec2..22eb444 100755 (executable)
@@ -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