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
This commit is contained in:
Dan Gohman 2008-07-30 18:23:34 +00:00
parent 11ba3b1af6
commit 1053502486

View 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() {