Revert "tsan: update check_analyze.sh"

This reverts commit r353820, to go with the revert of r353817.

llvm-svn: 353942
This commit is contained in:
Diana Picus 2019-02-13 12:06:13 +00:00
parent 3fe9ad7a9f
commit d3f13f1608
1 changed files with 7 additions and 1 deletions

View File

@ -35,12 +35,18 @@ check() {
}
for f in write1 write2 write4 write8; do
check $f rsp 1
check $f push 1
check $f pop 8
done
for f in read1; do
check $f rsp 1
check $f push 2
check $f pop 16
done
for f in read1 read2 read4 read8; do
for f in read2 read4 read8; do
check $f rsp 1
check $f push 3
check $f pop 24