summaryrefslogtreecommitdiff
path: root/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
commit2c607b665dbeb52e2ade86f0e1f191695290da3b (patch)
tree2e8a9aa06ce6300aeb0ca807d54ca934716975c3 /lib/Support/RWMutex.cpp
parentb5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b (diff)
downloadllvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.gz
llvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.bz2
llvm-2c607b665dbeb52e2ade86f0e1f191695290da3b.tar.xz
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/RWMutex.cpp')
-rw-r--r--lib/Support/RWMutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/RWMutex.cpp b/lib/Support/RWMutex.cpp
index fc02f9cf7c..d0b1e10b56 100644
--- a/lib/Support/RWMutex.cpp
+++ b/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