diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-09-27 09:50:19 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-09-27 09:50:19 +0000 |
| commit | b6879ce94cd24e4d76e60ad52c648edb5af221a5 (patch) | |
| tree | 0cc0210d5e5cb11c0164c7e3f40e7d6cfc2d61dc /compiler-rt/lib/tsan/rtl/tsan_rtl.h | |
| parent | 7b4cd228aa920b62a4bc1c04e4055f069dc11285 (diff) | |
| download | bcm5719-llvm-b6879ce94cd24e4d76e60ad52c648edb5af221a5.tar.gz bcm5719-llvm-b6879ce94cd24e4d76e60ad52c648edb5af221a5.zip | |
[TSan] move replacement for new/delete back into tsan_interceptors
llvm-svn: 164764
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.h b/compiler-rt/lib/tsan/rtl/tsan_rtl.h index af9597f338a..a56025ef48b 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.h +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.h @@ -436,7 +436,6 @@ void ALWAYS_INLINE INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { void InitializeShadowMemory(); void InitializeInterceptors(); void InitializeDynamicAnnotations(); -void ReplaceOperatorsNewAndDelete(); void ReportRace(ThreadState *thr); bool OutputReport(const ScopedReport &srep, |

