commit | c48bb3620b40514b68b8eae730000e719001c55e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Jul 30 18:23:34 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Jul 30 18:23:34 2008 +0000 |
tree | b4f69d3687322f933577944eae98d1fa3eb9578d | |
parent | 9203ab4c7befc63e3c550c0c0ca149b1abee9cbc [diff] |
I missed this file in r54223. movzbl is now used instead of movzbw here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54224 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/test/CodeGen/X86/2006-11-17-IllegalMove.ll index 57e200d..f0067c7 100644 --- a/test/CodeGen/X86/2006-11-17-IllegalMove.ll +++ b/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() {