diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-02 22:21:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-02 22:21:45 +0000 |
commit | e9d666e7fbd518032857e20a2090468f40d25330 (patch) | |
tree | d3e1052664f45be502cddddd6db6d0cceef20764 /test/CodeGen/X86/sse-align-11.ll | |
parent | 6f2197699a53c5711ab7b0f8cc1b57f5e449e40a (diff) | |
download | external_llvm-e9d666e7fbd518032857e20a2090468f40d25330.zip external_llvm-e9d666e7fbd518032857e20a2090468f40d25330.tar.gz external_llvm-e9d666e7fbd518032857e20a2090468f40d25330.tar.bz2 |
fix this to use a valid triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse-align-11.ll')
-rw-r--r-- | test/CodeGen/X86/sse-align-11.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-11.ll b/test/CodeGen/X86/sse-align-11.ll index c4de9b1..81471bd 100644 --- a/test/CodeGen/X86/sse-align-11.ll +++ b/test/CodeGen/X86/sse-align-11.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=darwin | grep movaps +; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=linux | grep movups define <4 x float> @foo(float %a, float %b, float %c, float %d) { |