Avoid outputting temporary test file into source tree.
authorTim Northover <Tim.Northover@arm.com>
Mon, 15 Apr 2013 15:49:13 +0000 (15:49 +0000)
committerTim Northover <Tim.Northover@arm.com>
Mon, 15 Apr 2013 15:49:13 +0000 (15:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179532 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/misched-copy.ll

index 8de2d2dadb854919842ab900c761ab7f7155c2b5..ecdde826c796a6866a61bc5fbf64506823e72d61 100644 (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.
 ;