From 5ac781c576d54c239ef4041dd14982b89262a534 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 12 Oct 2012 23:01:33 +0000 Subject: [PATCH] Fix buildbots: -misched=shuffle is only available in +Asserts builds. llvm-svn: 165846 --- llvm/test/CodeGen/X86/handle-move.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/handle-move.ll b/llvm/test/CodeGen/X86/handle-move.ll index 5a0bf73..e9f7a96 100644 --- a/llvm/test/CodeGen/X86/handle-move.ll +++ b/llvm/test/CodeGen/X86/handle-move.ll @@ -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. ; -- 2.7.4