From 01a32bdef14e9d00bf64f019f56ba29556b39a63 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 26 Feb 2013 08:18:27 +0000 Subject: [PATCH] [tsan] enable tsan-vs-gvn test since it is now fixed llvm-svn: 176079 --- compiler-rt/lib/tsan/lit_tests/tsan-vs-gvn.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler-rt/lib/tsan/lit_tests/tsan-vs-gvn.cc b/compiler-rt/lib/tsan/lit_tests/tsan-vs-gvn.cc index f53c03fe982a..40ae724b78e1 100644 --- a/compiler-rt/lib/tsan/lit_tests/tsan-vs-gvn.cc +++ b/compiler-rt/lib/tsan/lit_tests/tsan-vs-gvn.cc @@ -20,8 +20,7 @@ void *Thread1(void *x) { } void *Thread2(void *x) { - // FIXME: enable this line back once gvn vs tsan is fixed. -// S.c2 = 1; + S.c2 = 1; return NULL; }