summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcompiler-rt/lib/tsan/check_analyze.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh
index a2a7e82b47a..9a245c0c89a 100755
--- a/compiler-rt/lib/tsan/check_analyze.sh
+++ b/compiler-rt/lib/tsan/check_analyze.sh
@@ -37,13 +37,11 @@ check() {
for f in write1 write2 write4 write8; do
check $f rsp 1
check $f push 2
- check $f pop 16
done
for f in read1 read2 read4 read8; do
check $f rsp 1
check $f push 3
- check $f pop 24
done
for f in func_entry func_exit; do
OpenPOWER on IntegriCloud