[TSan] Update assembly code check.
authorMatt Morehouse <mascasa@google.com>
Tue, 4 Sep 2018 16:34:26 +0000 (16:34 +0000)
committerMatt Morehouse <mascasa@google.com>
Tue, 4 Sep 2018 16:34:26 +0000 (16:34 +0000)
The new assembly makes our benchmark faster, so it should be safe to
update the check.

llvm-svn: 341381

compiler-rt/lib/tsan/check_analyze.sh

index 9b5abc3..bad4d38 100755 (executable)
@@ -42,8 +42,8 @@ done
 
 for f in read1 read2 read4 read8; do
   check $f rsp 1
-  check $f push 3
-  check $f pop 18
+  check $f push 2
+  check $f pop 12
 done
 
 for f in func_entry func_exit; do