[llvm] r323874 - Fix build error in r323870

Marina Yatsina via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 06:18:37 PST 2018


Author: myatsina
Date: Wed Jan 31 06:18:37 2018
New Revision: 323874

URL: http://llvm.org/viewvc/llvm-project?rev=323874&view=rev
Log:
Fix build error in r323870

Change-Id: I15a8b27764a4d817cfbe48836bf09dc6520934b7

Modified:
    llvm/trunk/test/CodeGen/X86/regalloc-advanced-split-cost.ll

Modified: llvm/trunk/test/CodeGen/X86/regalloc-advanced-split-cost.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/regalloc-advanced-split-cost.ll?rev=323874&r1=323873&r2=323874&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/regalloc-advanced-split-cost.ll (original)
+++ llvm/trunk/test/CodeGen/X86/regalloc-advanced-split-cost.ll Wed Jan 31 06:18:37 2018
@@ -1,5 +1,7 @@
 ; RUN: llc < %s -march=x86 -regalloc=greedy --debug-only=regalloc 2>&1 | FileCheck %s
 
+; REQUIRES: asserts
+
 ; This test is meant to make sure that the weight of local intervals that are
 ; created during split is taken into account when choosing the best candidate
 ; register.




More information about the llvm-commits mailing list