From: Christopher Lamb Date: Fri, 10 Aug 2007 22:20:57 +0000 (+0000) Subject: Fix test so it passes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8441157f6e7c950d7bc66b14e01b1bbb7be6e702;p=oota-llvm.git Fix test so it passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41012 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll b/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll index c94096a9b7a..bb75c4776f5 100644 --- a/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll +++ b/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 ; [#uses=1]