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 | 7d42b95b6c22a7ec13b2f9e451da686537b56be1 (patch) | |
| tree | 7e1017265652c9df2b13e1e38eba450bfb3a4154 /llvm/lib/VMCore/LeakDetector.cpp | |
| parent | a0348809b63def1733af55fd1a9af6bf2540d83f (diff) | |
| download | bcm5719-llvm-7d42b95b6c22a7ec13b2f9e451da686537b56be1.tar.gz bcm5719-llvm-7d42b95b6c22a7ec13b2f9e451da686537b56be1.zip | |
Move Threading.[h|cpp] from Support to System.
llvm-svn: 73707
Diffstat (limited to 'llvm/lib/VMCore/LeakDetector.cpp')
| -rw-r--r-- | llvm/lib/VMCore/LeakDetector.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/VMCore/LeakDetector.cpp b/llvm/lib/VMCore/LeakDetector.cpp index 52a424ee79e..036cb9c616c 100644 --- a/llvm/lib/VMCore/LeakDetector.cpp +++ b/llvm/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; | 

