summaryrefslogtreecommitdiffstats
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
commitdd1211b4e1e983279de14be95f2488544b5080c3 (patch)
tree99fc10184f397f93be07ea563d344378c73ea7d3
parentcaa6bd273fa5111904eb026f8a170540690c98de (diff)
downloadbcm5719-llvm-dd1211b4e1e983279de14be95f2488544b5080c3.tar.gz
bcm5719-llvm-dd1211b4e1e983279de14be95f2488544b5080c3.zip
The shuffle scheduler is only available in asserts build - make misched-new.ll
testcase require asserts. llvm-svn: 153687
-rw-r--r--llvm/test/CodeGen/X86/misched-new.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/misched-new.ll b/llvm/test/CodeGen/X86/misched-new.ll
index 80e6ef816d7..8f2f6f7697d 100644
--- a/llvm/test/CodeGen/X86/misched-new.ll
+++ b/llvm/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.
;
OpenPOWER on IntegriCloud