diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2012-05-24 14:50:33 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2012-05-24 14:50:33 +0000 |
| commit | 30c32a881922cdd3adbf2a8c9c7f94c02f7dbcdd (patch) | |
| tree | 6b7f38b72885ba75252b09fbdc4338d92567b4ed /compiler-rt/lib/tsan/rtl/tsan_rtl.h | |
| parent | 4d80ce90f2b7203ffd39f0fb70d8cbb7061e7b35 (diff) | |
| download | bcm5719-llvm-30c32a881922cdd3adbf2a8c9c7f94c02f7dbcdd.tar.gz bcm5719-llvm-30c32a881922cdd3adbf2a8c9c7f94c02f7dbcdd.zip | |
tsan: fix compilation with newest clang
llvm-svn: 157391
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.h b/compiler-rt/lib/tsan/rtl/tsan_rtl.h index 5da0b14d272..fc585243477 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.h +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.h @@ -39,11 +39,6 @@ namespace __tsan { void Printf(const char *format, ...) FORMAT(1, 2); uptr Snprintf(char *buffer, uptr length, const char *format, ...) FORMAT(3, 4); -inline void NOINLINE breakhere() { - volatile int x = 42; - (void)x; -} - // FastState (from most significant bit): // unused : 1 // tid : kTidBits |

