commit | c4ea07fae41dad1b38cb5d9ab802f78d99c8b00f | [log] [tgz] |
---|---|---|
author | Logan Chien <tzuhsiang.chien@gmail.com> | Wed Mar 09 17:27:50 2011 +0800 |
committer | Logan Chien <tzuhsiang.chien@gmail.com> | Wed Mar 09 17:27:50 2011 +0800 |
tree | 1febe40d8ef674a26d913d1d31eaf7a596e72886 | |
parent | 2638e4c3c82c1e0fa7e3b56851b2f3228e1dc7a2 [diff] [blame] |
Apply changes to sync with llvm upstream.
diff --git a/lib/ExecutionEngine/ContextManager.h b/lib/ExecutionEngine/ContextManager.h index 98cddfe..f23c4a1 100644 --- a/lib/ExecutionEngine/ContextManager.h +++ b/lib/ExecutionEngine/ContextManager.h
@@ -19,7 +19,7 @@ #include <Config.h> -#include <llvm/System/Mutex.h> +#include <llvm/Support/Mutex.h> #include <unistd.h> #include <stddef.h>