Undef MemoryFence when compiling on MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2009-06-02 17:35:55 +00:00
parent 8900bcc1ff
commit d8cf40372e

View File

@ -18,6 +18,7 @@ using namespace llvm;
#if defined(_MSC_VER)
#include <windows.h>
#undef MemoryFence
#endif
void sys::MemoryFence() {