summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_mac.cc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-03-28 21:16:09 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-03-28 21:16:09 +0000
commit07d06d7cf51b49edb05638a78c74d8f27f0d0b0f (patch)
tree53121ad02ce5bfe0ab4c91476b396a65f443df2d /compiler-rt/lib/asan/asan_mac.cc
parentd38b8352307ced953991296914ca53c41195e6fc (diff)
downloadbcm5719-llvm-07d06d7cf51b49edb05638a78c74d8f27f0d0b0f.tar.gz
bcm5719-llvm-07d06d7cf51b49edb05638a78c74d8f27f0d0b0f.zip
Remove all 'static' before ALWAYS_INLINE
llvm-svn: 178290
Diffstat (limited to 'compiler-rt/lib/asan/asan_mac.cc')
-rw-r--r--compiler-rt/lib/asan/asan_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_mac.cc b/compiler-rt/lib/asan/asan_mac.cc
index eb1ca93ecea..3726950d077 100644
--- a/compiler-rt/lib/asan/asan_mac.cc
+++ b/compiler-rt/lib/asan/asan_mac.cc
@@ -288,7 +288,7 @@ typedef struct {
u32 parent_tid;
} asan_block_context_t;
-static ALWAYS_INLINE
+ALWAYS_INLINE
void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
AsanThread *t = GetCurrentThread();
if (!t) {
OpenPOWER on IntegriCloud