summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-10-12 23:01:33 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-10-12 23:01:33 +0000
commit2bbb07d13c8741f129967145de038eb134ba7d9a (patch)
tree4e0071a73ec9825fe053dfd32b41caf89f3b0773 /test/CodeGen
parent4346fa9437116bbdb10acddb982c230f46696737 (diff)
downloadllvm-2bbb07d13c8741f129967145de038eb134ba7d9a.tar.gz
llvm-2bbb07d13c8741f129967145de038eb134ba7d9a.tar.bz2
llvm-2bbb07d13c8741f129967145de038eb134ba7d9a.tar.xz
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/handle-move.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/handle-move.ll b/test/CodeGen/X86/handle-move.ll
index 5a0bf73efc..e9f7a962e2 100644
--- a/test/CodeGen/X86/handle-move.ll
+++ b/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.
;