aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-18 16:54:52 +0000
committerOwen Anderson <resistor@mac.com>2009-06-18 16:54:52 +0000
commit7af7e860a51756595c34d8639a6b2f6c85a6200f (patch)
tree51faa634a98ed93719d73e57a71a157fa7fad1a9 /lib/VMCore/Function.cpp
parentdae43a260cf59bac6c92d436c11bec0cb8ce2d8b (diff)
downloadexternal_llvm-7af7e860a51756595c34d8639a6b2f6c85a6200f.zip
external_llvm-7af7e860a51756595c34d8639a6b2f6c85a6200f.tar.gz
external_llvm-7af7e860a51756595c34d8639a6b2f6c85a6200f.tar.bz2
Move Threading.[h|cpp] from Support to System.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Function.cpp')
-rw-r--r--lib/VMCore/Function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Function.cpp b/lib/VMCore/Function.cpp
index 00f9fa3..ace54d3 100644
--- a/lib/VMCore/Function.cpp
+++ b/lib/VMCore/Function.cpp
@@ -18,8 +18,8 @@
#include "llvm/Support/LeakDetector.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/StringPool.h"
-#include "llvm/Support/Threading.h"
#include "llvm/System/RWMutex.h"
+#include "llvm/System/Threading.h"
#include "SymbolTableListTraitsImpl.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringExtras.h"