[llvm] r179532 - Avoid outputting temporary test file into source tree.

Tim Northover Tim.Northover at arm.com
Mon Apr 15 08:49:13 PDT 2013


Author: tnorthover
Date: Mon Apr 15 10:49:13 2013
New Revision: 179532

URL: http://llvm.org/viewvc/llvm-project?rev=179532&view=rev
Log:
Avoid outputting temporary test file into source tree.

Modified:
    llvm/trunk/test/CodeGen/X86/misched-copy.ll

Modified: llvm/trunk/test/CodeGen/X86/misched-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-copy.ll?rev=179532&r1=179531&r2=179532&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/misched-copy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/misched-copy.ll Mon Apr 15 10:49:13 2013
@@ -1,5 +1,5 @@
 ; REQUIRES: asserts
-; RUN: llc %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 > /dev/null | FileCheck %s
 ;
 ; Test scheduling of copy instructions.
 ;





More information about the llvm-commits mailing list