Fix tail merging to assign the (more) correct BasicBlock when splitting.
[oota-llvm.git] / test / CodeGen / X86 / misched-copy.ll
index ecdde826c796a6866a61bc5fbf64506823e72d61..0450cfb5390899de8e5576d20d0b4c5fe40dc491 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 > /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.
 ;