1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add newline at end of file.

llvm-svn: 73551
This commit is contained in:
Owen Anderson 2009-06-16 20:53:09 +00:00
parent 208c38b522
commit 5c476a6687

View File

@ -60,4 +60,4 @@ void llvm::llvm_acquire_global_lock() {
void llvm::llvm_release_global_lock() {
if (multithreaded_mode) global_lock->release();
}
}