[RegAlloc] Remove reference to the trivial spiller in test case.
authorLang Hames <lhames@gmail.com>
Thu, 6 Nov 2014 19:24:18 +0000 (19:24 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 6 Nov 2014 19:24:18 +0000 (19:24 +0000)
This test case was never actually testing the trivial spiller: the -spiller
option has not been hooked up for a while now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221475 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll

index ec7488089556d5bd4d6f605aa2f0cb57ad28df15..80a19649635ab3781fe7bf6ec9b9b93570c9c109 100644 (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.