forked from OSchip/llvm-project
[RegAlloc] Remove reference to the trivial spiller in test case.
This test case was never actually testing the trivial spiller: the -spiller option has not been hooked up for a while now. llvm-svn: 221475
This commit is contained in:
parent
cdd9077f3a
commit
bcdd304cbb
|
@ -1,5 +1,4 @@
|
|||
; RUN: llc < %s -verify-machineinstrs -spiller=trivial
|
||||
; RUN: llc < %s -verify-machineinstrs -spiller=inline
|
||||
; RUN: llc < %s -verify-machineinstrs
|
||||
; PR8612
|
||||
;
|
||||
; This test has an inline asm with early-clobber arguments.
|
||||
|
|
Loading…
Reference in New Issue