diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-02-27 00:51:50 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-02-27 00:51:50 +0000 |
commit | 98f122fc40b297d95f4ddddc29cc0a057c8f19e9 (patch) | |
tree | c75af0682e8da3e103873546df5f9ba721f83530 | |
parent | 30fe9e44440b38987c271ae5c296f07f82b47cac (diff) |
Make sure this test passes on linux-ppc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65600 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/ret-mmx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ret-mmx.ll b/test/CodeGen/X86/ret-mmx.ll index 48f611484e..178ff4e8f7 100644 --- a/test/CodeGen/X86/ret-mmx.ll +++ b/test/CodeGen/X86/ret-mmx.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx +; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx,+sse2 ; rdar://6602459 @g_v1di = external global <1 x i64> |