<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On Apr 15, 2013, at 8:49 AM, Tim Northover <<a href="mailto:Tim.Northover@arm.com">Tim.Northover@arm.com</a>> wrote:<br><div>Author: tnorthover<br><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Date: Mon Apr 15 10:49:13 2013<br>New Revision: 179532<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=179532&view=rev">http://llvm.org/viewvc/llvm-project?rev=179532&view=rev</a><br>Log:<br>Avoid outputting temporary test file into source tree.<br><br>Modified:<br>   llvm/trunk/test/CodeGen/X86/misched-copy.ll<br><br>Modified: llvm/trunk/test/CodeGen/X86/misched-copy.ll<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-copy.ll?rev=179532&r1=179531&r2=179532&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-copy.ll?rev=179532&r1=179531&r2=179532&view=diff</a><br>==============================================================================<br>--- llvm/trunk/test/CodeGen/X86/misched-copy.ll (original)<br>+++ llvm/trunk/test/CodeGen/X86/misched-copy.ll Mon Apr 15 10:49:13 2013<br>@@ -1,5 +1,5 @@<br>; REQUIRES: asserts<br>-; RUN: llc %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 | FileCheck %s<br>+; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 > /dev/null | FileCheck %s<br>;<br>; Test scheduling of copy instructions.<br>;<br></div></blockquote></div><br><div>I actually intended simply "-o /dev/null" but your version is fine too. Thanks!</div><div><br></div><div>-Andy </div></body></html>