diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
commit | bab175ec4b075c8076ba14c762900392533f6ee4 (patch) | |
tree | 01f4f29419a2cb10abe13c1e63cd2a66068b0137 /test/CodeGen/sse.c | |
parent | 8b7a8012d223fac5d17d16a66bb39168a9a1dfc0 (diff) | |
download | src-test2-bab175ec4b075c8076ba14c762900392533f6ee4.tar.gz src-test2-bab175ec4b075c8076ba14c762900392533f6ee4.zip |
Notes
Diffstat (limited to 'test/CodeGen/sse.c')
-rw-r--r-- | test/CodeGen/sse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/sse.c b/test/CodeGen/sse.c index 1e8c5dbe5dec..1191f55f81e7 100644 --- a/test/CodeGen/sse.c +++ b/test/CodeGen/sse.c @@ -1,8 +1,6 @@ -// RUN: %clang_cc1 -O3 -triple x86_64-apple-macosx10.8.0 -target-feature +sse4.1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -ffreestanding -O3 -triple x86_64-apple-macosx10.8.0 -target-feature +sse4.1 -emit-llvm %s -o - | FileCheck %s // FIXME: This test currently depends on optimization - it should be rewritten to avoid it. -// Don't include mm_malloc.h, it's system specific. -#define __MM_MALLOC_H #include <emmintrin.h> |