From abed4acc2c6ca029b3b8d0a078e07ef7f55cd03e Mon Sep 17 00:00:00 2001
From: Matt Morehouse <mascasa@google.com>
Date: Thu, 11 Apr 2019 18:05:37 +0000
Subject: [PATCH] Revert "tsan: Update test expectations."

This reverts r357831 to go with r358113.

llvm-svn: 358202
---
 compiler-rt/lib/tsan/check_analyze.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh
index 79c3218bbe6d..a2a7e82b47ad 100755
--- a/compiler-rt/lib/tsan/check_analyze.sh
+++ b/compiler-rt/lib/tsan/check_analyze.sh
@@ -42,8 +42,8 @@ done
 
 for f in read1 read2 read4 read8; do
   check $f rsp 1
-  check $f push 1
-  check $f pop 8
+  check $f push 3
+  check $f pop 24
 done
 
 for f in func_entry func_exit; do