summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-copy.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-04-13 06:12:46 +0000
committerAndrew Trick <atrick@apple.com>2013-04-13 06:12:46 +0000
commit65634fa48da61218100b20bce3c957ab108f68be (patch)
tree0a87ed002c4ad4e5b698bf6d062dc6da61fa6d86 /test/CodeGen/X86/misched-copy.ll
parentbaedcd79773919f2a7c7c4dcdc37f49a807a73f3 (diff)
downloadllvm-65634fa48da61218100b20bce3c957ab108f68be.tar.gz
llvm-65634fa48da61218100b20bce3c957ab108f68be.tar.bz2
llvm-65634fa48da61218100b20bce3c957ab108f68be.tar.xz
Add a missing REQUIRES: asserts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-copy.ll')
-rw-r--r--test/CodeGen/X86/misched-copy.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll
index d04df999b9..d63fbbf526 100644
--- a/test/CodeGen/X86/misched-copy.ll
+++ b/test/CodeGen/X86/misched-copy.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llc %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 | FileCheck %s
;
; Test scheduling of copy instructions.