From: Chris Lattner Date: Fri, 26 Mar 2010 17:51:13 +0000 (+0000) Subject: i386-apple-darwin10 implies sse2, this option shouldn't be needed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fabcbd68729d871eb1ec4be8e3bf9933f54e9a7;p=clang i386-apple-darwin10 implies sse2, this option shouldn't be needed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99627 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/c89.c b/test/Headers/c89.c index ffe5c8496c..a4e92d3db6 100644 --- a/test/Headers/c89.c +++ b/test/Headers/c89.c @@ -1,4 +1,4 @@ -// RUN: %clang -triple=i386-apple-darwin10 -msse2 -fsyntax-only -verify -std=c89 %s +// RUN: %clang -triple=i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s // PR6658 #include