From: Tim Northover Date: Mon, 15 Apr 2013 15:49:13 +0000 (+0000) Subject: Avoid outputting temporary test file into source tree. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d354644eb1d6d3f0991f5d971689862b670048af;p=oota-llvm.git Avoid outputting temporary test file into source tree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179532 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll index 8de2d2dadb8..ecdde826c79 100644 --- a/test/CodeGen/X86/misched-copy.ll +++ b/test/CodeGen/X86/misched-copy.ll @@ -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. ;