aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/misched-copy.ll
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-04-15 15:49:13 +0000
committerTim Northover <Tim.Northover@arm.com>2013-04-15 15:49:13 +0000
commitd354644eb1d6d3f0991f5d971689862b670048af (patch)
treeb95f98ec68db0be53e3967c7e5916788b658df20 /test/CodeGen/X86/misched-copy.ll
parent0034c1f3dfcf8ee1105732985e6b3678f1f01543 (diff)
downloadexternal_llvm-d354644eb1d6d3f0991f5d971689862b670048af.zip
external_llvm-d354644eb1d6d3f0991f5d971689862b670048af.tar.gz
external_llvm-d354644eb1d6d3f0991f5d971689862b670048af.tar.bz2
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
Diffstat (limited to 'test/CodeGen/X86/misched-copy.ll')
-rw-r--r--test/CodeGen/X86/misched-copy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll
index 8de2d2d..ecdde82 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.
;