summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/RWMutex.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-11 20:02:52 +0000
commit037fc9311ad6c7254be49c2e061b30d552266870 (patch)
treedb760b22ac2265bd4637daad0b8eed3cfdf0d0b7 /llvm/lib/Support/RWMutex.cpp
parent55dbf03e408094d47afe508f55a5b8daffb3cfe8 (diff)
downloadbcm5719-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.cpp2
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
OpenPOWER on IntegriCloud