projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4346fa9
)
Fix buildbots: -misched=shuffle is only available in +Asserts builds.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Fri, 12 Oct 2012 23:01:33 +0000
(23:01 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Fri, 12 Oct 2012 23:01:33 +0000
(23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165846
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/handle-move.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/handle-move.ll
b/test/CodeGen/X86/handle-move.ll
index 5a0bf73efce93514bb575417ff7ac7ca4bf14ee4..e9f7a962e20d186e98d86cc342a2b83ba8d14207 100644
(file)
--- 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.
;