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 | 2ad43a97cc959886b58932f75040b50d29a7ac4b (patch) | |
| tree | 3eec097e7bb579f24c632d7f7320b7aadd93acd0 /llvm/test | |
| parent | b2f5eaefbed8e0aca176f96501faf4a9733dd091 (diff) | |
| download | bcm5719-llvm-2ad43a97cc959886b58932f75040b50d29a7ac4b.tar.gz bcm5719-llvm-2ad43a97cc959886b58932f75040b50d29a7ac4b.zip | |
Make sure this test passes on linux-ppc.
llvm-svn: 65600
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/ret-mmx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/ret-mmx.ll b/llvm/test/CodeGen/X86/ret-mmx.ll index 48f611484ef..178ff4e8f7e 100644 --- a/llvm/test/CodeGen/X86/ret-mmx.ll +++ b/llvm/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> |

