forked from OSchip/llvm-project
Avoid outputting temporary test file into source tree.
llvm-svn: 179532
This commit is contained in:
parent
c3c8affc06
commit
943e9293b3
|
@ -1,5 +1,5 @@
|
||||||
; REQUIRES: asserts
|
; 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.
|
; Test scheduling of copy instructions.
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue