Avoid outputting temporary test file into source tree.

llvm-svn: 179532
This commit is contained in:
Tim Northover 2013-04-15 15:49:13 +00:00
parent c3c8affc06
commit 943e9293b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; REQUIRES: asserts ; 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. ; Test scheduling of copy instructions.
; ;