diff options
author | Zachary Turner <zturner@google.com> | 2014-06-16 22:41:08 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2014-06-16 22:41:08 +0000 |
commit | ff7d1f4af7bbfaaf2309a5a6cff1e8f82317ff30 (patch) | |
tree | c776ac76e34de2e1a0b65dfe28198f029377c7eb /llvm/lib/Support/Timer.cpp | |
parent | 0ab833c32299aef06c2c9c992792e839d8af9bee (diff) | |
download | bcm5719-llvm-ff7d1f4af7bbfaaf2309a5a6cff1e8f82317ff30.tar.gz bcm5719-llvm-ff7d1f4af7bbfaaf2309a5a6cff1e8f82317ff30.zip |
Cleanup more unreferenced MutexGuard parameters on functions.
These parameters are intended to serve as sort of a contract that
you cannot access the functions outside of a mutex. However, the
entire JIT class cannot be accessed outside of a mutex anyway, and
all methods acquire a lock as soon as they are entered. Since the
containing class already is not intended to be thread-safe, it only
serves to add code clutter.
llvm-svn: 211071
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
0 files changed, 0 insertions, 0 deletions