summaryrefslogtreecommitdiff
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
commite3cd5ca7e79f4359e8a101c211fc9c117eb62347 (patch)
tree51faa634a98ed93719d73e57a71a157fa7fad1a9 /lib/VMCore/Function.cpp
parent4e8a98519ebf75ed47456ea42706aaa57ecd2c27 (diff)
downloadllvm-e3cd5ca7e79f4359e8a101c211fc9c117eb62347.tar.gz
llvm-e3cd5ca7e79f4359e8a101c211fc9c117eb62347.tar.bz2
llvm-e3cd5ca7e79f4359e8a101c211fc9c117eb62347.tar.xz
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 00f9fa3006..ace54d35b2 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"