Undef MemoryFence when compiling on MSVC.

llvm-svn: 72732
This commit is contained in:
Owen Anderson 2009-06-02 17:35:55 +00:00
parent 9643e4f985
commit 5bd914d0ae
1 changed files with 1 additions and 0 deletions

View File

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