summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-11-17-IllegalMove.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-30 18:23:34 +0000
committerDan Gohman <gohman@apple.com>2008-07-30 18:23:34 +0000
commit10535024867e7aab23daae2ffbc230938ab73278 (patch)
treeb4f69d3687322f933577944eae98d1fa3eb9578d /test/CodeGen/X86/2006-11-17-IllegalMove.ll
parent11ba3b1af67796dabec10c70e16a93685e130719 (diff)
downloadllvm-10535024867e7aab23daae2ffbc230938ab73278.tar.gz
llvm-10535024867e7aab23daae2ffbc230938ab73278.tar.bz2
llvm-10535024867e7aab23daae2ffbc230938ab73278.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/2006-11-17-IllegalMove.ll')
-rw-r--r--test/CodeGen/X86/2006-11-17-IllegalMove.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/test/CodeGen/X86/2006-11-17-IllegalMove.ll
index 57e200db76..f0067c7e48 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() {