commit | 030a59d967c799ac99434bcae8738e105d139547 | [log] [tgz] |
---|---|---|
author | Christopher Lamb <christopher.lamb@gmail.com> | Fri Aug 10 22:20:57 2007 +0000 |
committer | Christopher Lamb <christopher.lamb@gmail.com> | Fri Aug 10 22:20:57 2007 +0000 |
tree | ecb7cadb78ca382e8c10c914277ec4ba34d200cf | |
parent | 11472debe975dd8a9896265b385a6b3b861b2ec4 [diff] [blame] |
Fix test so it passes. llvm-svn: 41012
diff --git a/llvm/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll b/llvm/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll index c94096a..bb75c47 100644 --- a/llvm/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll +++ b/llvm/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
@@ -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]