From 943e9293b3ac8274573881426c792087c66e3620 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 15 Apr 2013 15:49:13 +0000 Subject: [PATCH] Avoid outputting temporary test file into source tree. llvm-svn: 179532 --- llvm/test/CodeGen/X86/misched-copy.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/misched-copy.ll b/llvm/test/CodeGen/X86/misched-copy.ll index 8de2d2d..ecdde82 100644 --- a/llvm/test/CodeGen/X86/misched-copy.ll +++ b/llvm/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. ; -- 2.7.4