mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Fix buildbots: -misched=shuffle is only available in +Asserts builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4346fa9437
commit
2bbb07d13c
@ -1,5 +1,6 @@
|
||||
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machineinstrs < %s
|
||||
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-topdown -verify-machineinstrs < %s
|
||||
; REQUIRES: asserts
|
||||
;
|
||||
; Test the LiveIntervals::handleMove() function.
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user