From cd875efa7860864d19a7efc848394a16fbd9d73a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 14 Oct 2015 05:40:21 +0000 Subject: Canonicalize some of the x86 builtin tests and either remove or comment about optimization options. llvm-svn: 250271 --- clang/test/CodeGen/sse.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'clang/test/CodeGen/sse.c') diff --git a/clang/test/CodeGen/sse.c b/clang/test/CodeGen/sse.c index 17cce69d846..1e8c5dbe5de 100644 --- a/clang/test/CodeGen/sse.c +++ b/clang/test/CodeGen/sse.c @@ -1,4 +1,8 @@ -// RUN: %clang_cc1 -O3 -ffreestanding -triple x86_64-apple-macosx10.8.0 -target-feature +sse4.1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -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 -- cgit v1.2.3