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
This commit is contained in:
Lang Hames 2012-03-29 21:11:47 +00:00
parent 85bdf2e76a
commit 182c34b121

View File

@ -1,4 +1,5 @@
; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s
; REQUIRES: asserts
;
; Interesting MachineScheduler cases.
;