Do x86_64.

llvm-svn: 115460
This commit is contained in:
Bill Wendling 2010-10-03 08:34:05 +00:00
parent 4a58223401
commit a76cdeb783
1 changed files with 1 additions and 1 deletions

View File

@ -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 <tmmintrin.h>