diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
commit | 037fc9311ad6c7254be49c2e061b30d552266870 (patch) | |
tree | db760b22ac2265bd4637daad0b8eed3cfdf0d0b7 /llvm/lib/Support/RWMutex.cpp | |
parent | 55dbf03e408094d47afe508f55a5b8daffb3cfe8 (diff) | |
download | bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.tar.gz bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.zip |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
llvm-svn: 141703
Diffstat (limited to 'llvm/lib/Support/RWMutex.cpp')
-rw-r--r-- | llvm/lib/Support/RWMutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/RWMutex.cpp b/llvm/lib/Support/RWMutex.cpp index fc02f9cf7c1..d0b1e10b56f 100644 --- a/llvm/lib/Support/RWMutex.cpp +++ b/llvm/lib/Support/RWMutex.cpp @@ -152,6 +152,6 @@ RWMutexImpl::writer_release() #elif defined( LLVM_ON_WIN32) #include "Windows/RWMutex.inc" #else -#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/Mutex.cpp +#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp #endif #endif |