summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-copy.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/misched-copy.ll')
-rw-r--r--test/CodeGen/X86/misched-copy.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll
index 0450cfb539..8268719a3f 100644
--- a/test/CodeGen/X86/misched-copy.ll
+++ b/test/CodeGen/X86/misched-copy.ll
@@ -1,4 +1,12 @@
; REQUIRES: asserts
+;
+; FIXME: The following line is a hack to remove any stray files which might have
+; been left dangling around by this test. It can be removed once the various
+; bots have cycled past this commit.
+;
+; RUN: rm -f misched-copy.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.