summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-copy.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-04-20 10:43:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-04-20 10:43:40 +0000
commitd9f82b73eb14369d6386931b96756f022b5fef8b (patch)
tree54ea33b8791f3738fcc9810a19d5f1813ae50196 /test/CodeGen/X86/misched-copy.ll
parentd760c08b34d0a194c047b62a93f984ce1da57204 (diff)
downloadllvm-d9f82b73eb14369d6386931b96756f022b5fef8b.tar.gz
llvm-d9f82b73eb14369d6386931b96756f022b5fef8b.tar.bz2
llvm-d9f82b73eb14369d6386931b96756f022b5fef8b.tar.xz
Don't litter .s files in test directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179937 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 ecdde826c7..0450cfb539 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 > /dev/null | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s
;
; Test scheduling of copy instructions.
;