summaryrefslogtreecommitdiff
path: root/test/Headers
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-06-14 20:14:24 +0000
committerHans Wennborg <hans@hanshq.net>2016-06-14 20:14:24 +0000
commitc0be6ec1bf4aeb27228c27cd807c3d4a9b759c4a (patch)
tree3287f295e9ca6d5203af0b510a9ac0f75ce0fde8 /test/Headers
parent61e5c2c2efee23b265d83fac0c6aef538a4c1d3a (diff)
s/Intrin.h/intrin.h/, trying to fix the build after r272701
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Headers')
-rw-r--r--test/Headers/ms-intrin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Headers/ms-intrin.cpp b/test/Headers/ms-intrin.cpp
index 9356d21a23..c697428553 100644
--- a/test/Headers/ms-intrin.cpp
+++ b/test/Headers/ms-intrin.cpp
@@ -20,11 +20,11 @@
// REQUIRES: x86-registered-target
-// Intrin.h needs size_t, but -ffreestanding prevents us from getting it from
+// intrin.h needs size_t, but -ffreestanding prevents us from getting it from
// stddef.h. Work around it with this typedef.
typedef __SIZE_TYPE__ size_t;
-#include <Intrin.h>
+#include <intrin.h>
// Use some C++ to make sure we closed the extern "C" brackets.
template <typename T>