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)
llvm-svn: 179532

llvm/test/CodeGen/X86/misched-copy.ll

index 8de2d2d..ecdde82 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.
 ;