diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2009-06-06 05:55:37 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2009-06-06 05:55:37 +0000 |
| commit | 868bd6ab52e08049e315c1d51a62f6fe6d424afb (patch) | |
| tree | c52d24e473a137a96feae4df5dc577301d45e81a /llvm/test | |
| parent | 7531e92333c5b12bd7b653a6b5db942257af395e (diff) | |
| download | bcm5719-llvm-868bd6ab52e08049e315c1d51a62f6fe6d424afb.tar.gz bcm5719-llvm-868bd6ab52e08049e315c1d51a62f6fe6d424afb.zip | |
Fix an obvious typo.
llvm-svn: 72987
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/sse41-pmovx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse41-pmovx.ll b/llvm/test/CodeGen/X86/sse41-pmovx.ll index 71e5e254121..c8cfec913cd 100644 --- a/llvm/test/CodeGen/X86/sse41-pmovx.ll +++ b/llvm/test/CodeGen/X86/sse41-pmovx.ll @@ -2,7 +2,7 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | not grep movq ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbd ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxwd -; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbq +; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovzxbq ; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-apple-darwin | grep movq | count 1 ; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-unknown-linux-gnu | not grep movq |

