I missed this file in r54223. movzbl is now used instead
authorDan Gohman <gohman@apple.com>
Wed, 30 Jul 2008 18:23:34 +0000 (18:23 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 30 Jul 2008 18:23:34 +0000 (18:23 +0000)
of movzbw here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54224 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-11-17-IllegalMove.ll

index 57e200db76aa94b1aac14edbfcaafe609ef7a224..f0067c7e489ce1447955df7235cd4a8ec239c044 100644 (file)
@@ -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() {