summaryrefslogtreecommitdiff
path: root/contrib/llvm/lib/Support/Atomic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Support/Atomic.cpp')
-rw-r--r--contrib/llvm/lib/Support/Atomic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Support/Atomic.cpp b/contrib/llvm/lib/Support/Atomic.cpp
index 55910c489faf..7328a93052cc 100644
--- a/contrib/llvm/lib/Support/Atomic.cpp
+++ b/contrib/llvm/lib/Support/Atomic.cpp
@@ -17,9 +17,9 @@
using namespace llvm;
#if defined(_MSC_VER)
-#include <Intrin.h>
+#include <intrin.h>
-// We must include windows.h after Intrin.h.
+// We must include windows.h after intrin.h.
#include <windows.h>
#undef MemoryFence
#endif