projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7622d
)
No need to double-include config.h
author
Owen Anderson
<resistor@mac.com>
Mon, 6 Jul 2009 21:24:37 +0000
(21:24 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 6 Jul 2009 21:24:37 +0000
(21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74854
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Threading.cpp
patch
|
blob
|
history
diff --git
a/lib/System/Threading.cpp
b/lib/System/Threading.cpp
index bc41afee66bafca2c8a261dcd41d0bb3feba7fe3..466c46802647ce1684fd3cc09d0cdaab8688985c 100644
(file)
--- a/
lib/System/Threading.cpp
+++ b/
lib/System/Threading.cpp
@@
-11,12
+11,12
@@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Config/config.h"
#include "llvm/System/Threading.h"
#include "llvm/System/Atomic.h"
#include "llvm/System/Mutex.h"
#include "llvm/Config/config.h"
#include <cassert>
+
using namespace llvm;
static bool multithreaded_mode = false;