diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-10-03 08:34:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-10-03 08:34:05 +0000 |
commit | da500caf3ccd04214465e3c457c83e3a4adf8175 (patch) | |
tree | 44b6d09e35f0d5dc1820876964e69848f1344cc7 | |
parent | 9ab0a15bb85e607dc9ff6013753366818413e34f (diff) |
Do x86_64.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115460 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/mmx-builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tmmintrin.h> |