[llvm-commits] [llvm] r165846 - /llvm/trunk/test/CodeGen/X86/handle-move.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Oct 12 16:01:33 PDT 2012


Author: stoklund
Date: Fri Oct 12 18:01:33 2012
New Revision: 165846

URL: http://llvm.org/viewvc/llvm-project?rev=165846&view=rev
Log:
Fix buildbots: -misched=shuffle is only available in +Asserts builds.

Modified:
    llvm/trunk/test/CodeGen/X86/handle-move.ll

Modified: llvm/trunk/test/CodeGen/X86/handle-move.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/handle-move.ll?rev=165846&r1=165845&r2=165846&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/handle-move.ll (original)
+++ llvm/trunk/test/CodeGen/X86/handle-move.ll Fri Oct 12 18:01:33 2012
@@ -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.
 ;





More information about the llvm-commits mailing list