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:
baedcd7
)
Add a missing REQUIRES: asserts
author
Andrew Trick
<atrick@apple.com>
Sat, 13 Apr 2013 06:12:46 +0000
(06:12 +0000)
committer
Andrew Trick
<atrick@apple.com>
Sat, 13 Apr 2013 06:12:46 +0000
(06:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179453
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/misched-copy.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/misched-copy.ll
b/test/CodeGen/X86/misched-copy.ll
index d04df999b98a207c2faceaa0f83cb0f79a973462..d63fbbf526643b78c5f50475b36e146e27246d0b 100644
(file)
--- a/
test/CodeGen/X86/misched-copy.ll
+++ b/
test/CodeGen/X86/misched-copy.ll
@@
-1,3
+1,4
@@
+; REQUIRES: asserts
; RUN: llc %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 | FileCheck %s
;
; Test scheduling of copy instructions.