1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Don't spew stats to stderr.

llvm-svn: 47308
This commit is contained in:
Nick Lewycky 2008-02-19 03:11:47 +00:00
parent ea5cdf1a83
commit 69457748ab

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -stats | grep {Number of block tails merged} | grep 6
; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of block tails merged} | grep 6
; PR1909
@.str = internal constant [48 x i8] c"transformed bounds: (%.2f, %.2f), (%.2f, %.2f)\0A\00" ; <[48 x i8]*> [#uses=1]