From: Lang Hames Date: Thu, 6 Nov 2014 19:24:18 +0000 (+0000) Subject: [RegAlloc] Remove reference to the trivial spiller in test case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ea3b243b0ee469160a4b675b1aaf9822e80b718;p=oota-llvm.git [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221475 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll index ec748808955..80a19649635 100644 --- a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll +++ b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll @@ -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.