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

llvm-svn: 221475

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

index ec74880..80a1964 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.