summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-copy.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-16 18:01:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-16 18:01:18 +0000
commit07d4e2813c6d5c8b8ea93bd87ad73efc92733883 (patch)
tree8211959224f42cdb9f7d9721e345f48cc76d71b3 /test/CodeGen/X86/misched-copy.ll
parent5e485a528168e883075d7c3c74e9010f0552a9f7 (diff)
downloadllvm-07d4e2813c6d5c8b8ea93bd87ad73efc92733883.tar.gz
llvm-07d4e2813c6d5c8b8ea93bd87ad73efc92733883.tar.bz2
llvm-07d4e2813c6d5c8b8ea93bd87ad73efc92733883.tar.xz
[tests] Another attempt to workaround broken misched-copy.s test on some buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-copy.ll')
-rw-r--r--test/CodeGen/X86/misched-copy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll
index 8268719a3f..4a8734d6fc 100644
--- a/test/CodeGen/X86/misched-copy.ll
+++ b/test/CodeGen/X86/misched-copy.ll
@@ -4,7 +4,7 @@
; 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: rm -f misched-copy.s %S/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