summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-new.ll
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-03-29 21:11:47 +0000
committerLang Hames <lhames@gmail.com>2012-03-29 21:11:47 +0000
commit182c34b12153f9aaea75af2b1efc51969c3d7e80 (patch)
treeaf5baff222a0967c2f82cc3ca2de5d42b7eec0dd /test/CodeGen/X86/misched-new.ll
parent85bdf2e76a0351468f231f48069c64bc6938f140 (diff)
downloadllvm-182c34b12153f9aaea75af2b1efc51969c3d7e80.tar.gz
llvm-182c34b12153f9aaea75af2b1efc51969c3d7e80.tar.bz2
llvm-182c34b12153f9aaea75af2b1efc51969c3d7e80.tar.xz
The shuffle scheduler is only available in asserts build - make misched-new.ll
testcase require asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-new.ll')
-rw-r--r--test/CodeGen/X86/misched-new.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/misched-new.ll b/test/CodeGen/X86/misched-new.ll
index 80e6ef816d..8f2f6f7697 100644
--- a/test/CodeGen/X86/misched-new.ll
+++ b/test/CodeGen/X86/misched-new.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s
+; REQUIRES: asserts
;
; Interesting MachineScheduler cases.
;