forked from OSchip/llvm-project
Fix build error in r323870
Change-Id: I15a8b27764a4d817cfbe48836bf09dc6520934b7 llvm-svn: 323874
This commit is contained in:
parent
c68428b5dc
commit
3f34f33148
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue