[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:
Lang Hames 2014-11-06 19:24:18 +00:00
parent cdd9077f3a
commit bcdd304cbb
1 changed files with 1 additions and 2 deletions

View File

@ -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.