1
0
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:
Jakob Stoklund Olesen 2012-10-12 23:01:33 +00:00
parent f931c78724
commit a83648deef

View File

@ -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.
; ;