[TSan] Update assembly test again.

Previous commit incorrectly updated the read1 case.

llvm-svn: 341384
This commit is contained in:
Matt Morehouse 2018-09-04 17:04:30 +00:00
parent 876d382cf3
commit facfb70d90
1 changed files with 4 additions and 4 deletions

View File

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