summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-06-16 22:41:08 +0000
committerZachary Turner <zturner@google.com>2014-06-16 22:41:08 +0000
commitff7d1f4af7bbfaaf2309a5a6cff1e8f82317ff30 (patch)
treec776ac76e34de2e1a0b65dfe28198f029377c7eb /llvm/lib/IR/Core.cpp
parent0ab833c32299aef06c2c9c992792e839d8af9bee (diff)
downloadbcm5719-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/IR/Core.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud