summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-02-13 12:06:13 +0000
committerDiana Picus <diana.picus@linaro.org>2019-02-13 12:06:13 +0000
commitd3f13f16089954a9b34992228936c928c5e919a4 (patch)
treee45bc268e8247d52cbe47c439dbd0e4ad1777408 /compiler-rt/lib
parent3fe9ad7a9f078be6ffdf32a9b6a67cac7beee9a5 (diff)
downloadbcm5719-llvm-d3f13f16089954a9b34992228936c928c5e919a4.tar.gz
bcm5719-llvm-d3f13f16089954a9b34992228936c928c5e919a4.zip
Revert "tsan: update check_analyze.sh"
This reverts commit r353820, to go with the revert of r353817. llvm-svn: 353942
Diffstat (limited to 'compiler-rt/lib')
-rwxr-xr-xcompiler-rt/lib/tsan/check_analyze.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh
index a2a7e82b47a..5e7a9a96742 100755
--- a/compiler-rt/lib/tsan/check_analyze.sh
+++ b/compiler-rt/lib/tsan/check_analyze.sh
@@ -36,11 +36,17 @@ 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
OpenPOWER on IntegriCloud