]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/lib/tsan/check_analyze.sh
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / lib / tsan / check_analyze.sh
index 0f6cc0698471e34e968cc50d0965999928d7c350..a5d3632dfa517d54d7a629b47af932ffdda5caba 100755 (executable)
@@ -32,13 +32,7 @@ for f in write1; do
   check $f pop 2
 done
 
-for f in write2 write4; do
-  check $f rsp 1
-  check $f push 4
-  check $f pop 4
-done
-
-for f in write8; do
+for f in write2 write4 write8; do
   check $f rsp 1
   check $f push 3
   check $f pop 3