summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-16 20:26:04 +0000
committerOwen Anderson <resistor@mac.com>2009-06-16 20:26:04 +0000
commit8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d (patch)
treef9116f51af92f22d8b5171015d6c0de65ee86c52
parent469e8217d48e370445703fa6d721986be2292b6e (diff)
downloadbcm5719-llvm-8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d.tar.gz
bcm5719-llvm-8a1ff9eb41e6f5cdd8ca2ac49bf1552d6d2dff2d.zip
Fix #include guards.
llvm-svn: 73548
-rw-r--r--llvm/include/llvm/System/RWMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/RWMutex.h b/llvm/include/llvm/System/RWMutex.h
index eb56eec75f6..2b466f20b49 100644
--- a/llvm/include/llvm/System/RWMutex.h
+++ b/llvm/include/llvm/System/RWMutex.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SYSTEM_MUTEX_H
-#define LLVM_SYSTEM_MUTEX_H
+#ifndef LLVM_SYSTEM_RWMUTEX_H
+#define LLVM_SYSTEM_RWMUTEX_H
namespace llvm
{
OpenPOWER on IntegriCloud