diff --git a/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/test/CodeGen/X86/2006-11-17-IllegalMove.ll index 57e200db76a..f0067c7e489 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() {