diff options
| author | Dan Gohman <gohman@apple.com> | 2008-07-30 18:23:34 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-07-30 18:23:34 +0000 |
| commit | f8cc0aa87ded4dda7e6de09b93f9b4a2999a8ebf (patch) | |
| tree | 6c38060059d10b6314fa17551636895843812c66 | |
| parent | 86b06335aadb6b58c657b08c33cb78a07e86865b (diff) | |
| download | bcm5719-llvm-f8cc0aa87ded4dda7e6de09b93f9b4a2999a8ebf.tar.gz bcm5719-llvm-f8cc0aa87ded4dda7e6de09b93f9b4a2999a8ebf.zip | |
I missed this file in r54223. movzbl is now used instead
of movzbw here.
llvm-svn: 54224
| -rw-r--r-- | llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll index 57e200db76a..f0067c7e489 100644 --- a/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll +++ b/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | llc -march=x86-64 > %t ; RUN: grep movb %t | count 2 -; RUN: grep movzbw %t +; RUN: grep {movzb\[wl\]} %t define void @handle_vector_size_attribute() { |

