1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 485be5761d
commit b5dc8bb136

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