Fix test so it passes.
authorChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 22:20:57 +0000 (22:20 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 22:20:57 +0000 (22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41012 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-08-10-SignExtSubreg.ll

index c94096a9b7a770f594d1fe9abf6e961b84c9e0d3..bb75c4776f57e424ef902ce2f60102c367a476c1 100644 (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]