[llvm-commits] [llvm] r54224 - /llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll

Dan Gohman gohman at apple.com
Wed Jul 30 11:23:36 PDT 2008


Author: djg
Date: Wed Jul 30 13:23:34 2008
New Revision: 54224

URL: http://llvm.org/viewvc/llvm-project?rev=54224&view=rev
Log:
I missed this file in r54223. movzbl is now used instead
of movzbw here.

Modified:
    llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll

Modified: llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll?rev=54224&r1=54223&r2=54224&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll Wed Jul 30 13:23:34 2008
@@ -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() {





More information about the llvm-commits mailing list