From: Bill Wendling Date: Sun, 3 Oct 2010 08:34:05 +0000 (+0000) Subject: Do x86_64. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da500caf3ccd04214465e3c457c83e3a4adf8175;p=clang Do x86_64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/mmx-builtins.c b/test/CodeGen/mmx-builtins.c index 52694f9ba8..a46601f93c 100644 --- a/test/CodeGen/mmx-builtins.c +++ b/test/CodeGen/mmx-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -O3 -triple=i686-apple-darwin -target-feature +ssse3 -S -o - | FileCheck %s +// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +ssse3 -S -o - | FileCheck %s #include