From: Andrew Trick Date: Sat, 13 Apr 2013 06:12:46 +0000 (+0000) Subject: Add a missing REQUIRES: asserts X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=65634fa48da61218100b20bce3c957ab108f68be;p=oota-llvm.git Add a missing REQUIRES: asserts git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll index d04df999b98..d63fbbf5266 100644 --- 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.