mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix buildbots: -misched=shuffle is only available in +Asserts builds.
llvm-svn: 165846
This commit is contained in:
parent
f931c78724
commit
a83648deef
@ -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-bottomup -verify-machineinstrs < %s
|
||||||
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-topdown -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.
|
; Test the LiveIntervals::handleMove() function.
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user