diff options
| author | Hans Wennborg <hans@hanshq.net> | 2016-06-14 20:14:24 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2016-06-14 20:14:24 +0000 |
| commit | f8b91f8336e6850e0e7107414d61ff99baff57bd (patch) | |
| tree | 0f5addceebaa9f65cae121e96b15a1468e2484e5 /clang/test/CodeGen/ms-mm-align.c | |
| parent | 73384a8f76007ecff29fae064dd5e8025a70dc12 (diff) | |
| download | bcm5719-llvm-f8b91f8336e6850e0e7107414d61ff99baff57bd.tar.gz bcm5719-llvm-f8b91f8336e6850e0e7107414d61ff99baff57bd.zip | |
s/Intrin.h/intrin.h/, trying to fix the build after r272701
llvm-svn: 272702
Diffstat (limited to 'clang/test/CodeGen/ms-mm-align.c')
| -rw-r--r-- | clang/test/CodeGen/ms-mm-align.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/ms-mm-align.c b/clang/test/CodeGen/ms-mm-align.c index 49fedddc01a..7130c74b290 100644 --- a/clang/test/CodeGen/ms-mm-align.c +++ b/clang/test/CodeGen/ms-mm-align.c @@ -2,10 +2,10 @@ // RUN: -triple i686--windows -emit-llvm %s -o - \ // RUN: | FileCheck %s -check-prefix CHECK -// 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> void capture_ptr(int* i); void test_mm_align16(int p) { |

