Add a missing REQUIRES: asserts
authorAndrew Trick <atrick@apple.com>
Sat, 13 Apr 2013 06:12:46 +0000 (06:12 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 13 Apr 2013 06:12:46 +0000 (06:12 +0000)
llvm-svn: 179453

llvm/test/CodeGen/X86/misched-copy.ll

index d04df99..d63fbbf 100644 (file)
@@ -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.