mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
When sending stats output to stdout for grepping, don't emit normal
output to standard output also. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30963fbe8f
commit
4bb4641784
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -stats -info-output-file - | grep "Number of re-materialization"
|
||||
; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -o /dev/null -stats -info-output-file - | grep "Number of re-materialization"
|
||||
|
||||
define i32 @main(i32 %argc, i8** nocapture %argv, double %d1, double %d2) nounwind {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user