improve portability to windows, patch by Xerces Ranby!

llvm-svn: 74835
This commit is contained in:
Chris Lattner 2009-07-06 17:24:48 +00:00
parent b21c8333a6
commit dc35f5434f

View File

@ -14,8 +14,8 @@
#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;