[llvm-commits] [llvm] r71458 - /llvm/trunk/test/CodeGen/X86/lea-neg.ll

Dan Gohman gohman at apple.com
Mon May 11 11:49:56 PDT 2009


Author: djg
Date: Mon May 11 13:49:56 2009
New Revision: 71458

URL: http://llvm.org/viewvc/llvm-project?rev=71458&view=rev
Log:
Make this grep line a little more specific so that it doesn't
accidentally match something unrelated.

Modified:
    llvm/trunk/test/CodeGen/X86/lea-neg.ll

Modified: llvm/trunk/test/CodeGen/X86/lea-neg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lea-neg.ll?rev=71458&r1=71457&r2=71458&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/lea-neg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/lea-neg.ll Mon May 11 13:49:56 2009
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=x86-64 > %t
 ; RUN: grep negl %t | count 1
-; RUN: not grep sub %t
+; RUN: not grep {sub\[bwlq\]} %t
 ; RUN: grep mov %t | count 1
 ; RUN: grep {leal	-4(} %t | count 1
 





More information about the llvm-commits mailing list