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
This commit is contained in:
Tim Northover 2013-04-15 15:49:13 +00:00
parent 0034c1f3df
commit d354644eb1

View File

@ -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.
;