diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-18 16:54:52 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-18 16:54:52 +0000 |
commit | 7af7e860a51756595c34d8639a6b2f6c85a6200f (patch) | |
tree | 51faa634a98ed93719d73e57a71a157fa7fad1a9 /lib/VMCore/LeakDetector.cpp | |
parent | dae43a260cf59bac6c92d436c11bec0cb8ce2d8b (diff) | |
download | external_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/LeakDetector.cpp')
-rw-r--r-- | lib/VMCore/LeakDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LeakDetector.cpp b/lib/VMCore/LeakDetector.cpp index 52a424e..036cb9c 100644 --- a/lib/VMCore/LeakDetector.cpp +++ b/lib/VMCore/LeakDetector.cpp @@ -16,8 +16,8 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/Streams.h" -#include "llvm/Support/Threading.h" #include "llvm/System/RWMutex.h" +#include "llvm/System/Threading.h" #include "llvm/Value.h" using namespace llvm; |