aboutsummaryrefslogtreecommitdiff
path: root/lib/tsan/check_analyze.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tsan/check_analyze.sh')
-rwxr-xr-xlib/tsan/check_analyze.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/tsan/check_analyze.sh b/lib/tsan/check_analyze.sh
index 5e7a9a967..a2a7e82b4 100755
--- a/lib/tsan/check_analyze.sh
+++ b/lib/tsan/check_analyze.sh
@@ -36,17 +36,11 @@ 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 read2 read4 read8; do
+for f in read1 read2 read4 read8; do
check $f rsp 1
check $f push 3
check $f pop 24