1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Change grep '' to grep {}.

Change 2>&1 | to |&.

llvm-svn: 44344
This commit is contained in:
Dan Gohman 2007-11-27 00:10:35 +00:00
parent 21665f8f17
commit dfda7ca2cc
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "Loop bb: 100 iterations"
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {Loop bb: 100 iterations}
; PR1533
@array = weak global [101 x i32] zeroinitializer, align 32 ; <[100 x i32]*> [#uses=1]

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "13 iterations"
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {13 iterations}
; PR1706
define i32 @f() {

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep -e '--> %b'
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep -e {--> %b}
; PR1810
define void @fun() {