Fix test so it passes.

llvm-svn: 41012
This commit is contained in:
Christopher Lamb 2007-08-10 22:20:57 +00:00
parent 11472debe9
commit 030a59d967
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 | grep {movsbl .al, .eax}
; RUN: llvm-as < %s | llc -march=x86 | grep {movsbl}
@X = global i32 0 ; <i32*> [#uses=1]