[llvm-commits] [compiler-rt] r167835 - /compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
Dmitry Vyukov
dvyukov at google.com
Tue Nov 13 06:13:21 PST 2012
Author: dvyukov
Date: Tue Nov 13 08:13:21 2012
New Revision: 167835
URL: http://llvm.org/viewvc/llvm-project?rev=167835&view=rev
Log:
tsan: remove unused const
Modified:
compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h?rev=167835&r1=167834&r2=167835&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h Tue Nov 13 08:13:21 2012
@@ -231,10 +231,6 @@
}
};
-// Freed memory.
-// As if 8-byte write by thread 0xff..f at epoch 0xff..f, races with everything.
-const u64 kShadowFreed = 0xfffffffffffffff8ull;
-
struct SignalContext;
// This struct is stored in TLS.
More information about the llvm-commits
mailing list