[llvm-commits] [llvm] r134335 - /llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll

Chandler Carruth chandlerc at gmail.com
Sat Jul 2 13:42:25 PDT 2011


Author: chandlerc
Date: Sat Jul  2 15:42:25 2011
New Revision: 134335

URL: http://llvm.org/viewvc/llvm-project?rev=134335&view=rev
Log:
FileCheck-ize

Modified:
    llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll

Modified: llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll?rev=134335&r1=134334&r2=134335&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/loop-strength-reduce2.ll Sat Jul  2 15:42:25 2011
@@ -1,6 +1,7 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
+; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | FileCheck %s
 ;
 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
+; CHECK: mov{{.}} {{.*}}$pb
 
 @flags2 = internal global [8193 x i8] zeroinitializer, align 32		; <[8193 x i8]*> [#uses=1]
 





More information about the llvm-commits mailing list