[llvm] r221475 - [RegAlloc] Remove reference to the trivial spiller in test case.

Lang Hames lhames at gmail.com
Thu Nov 6 11:24:18 PST 2014


Author: lhames
Date: Thu Nov  6 13:24:18 2014
New Revision: 221475

URL: http://llvm.org/viewvc/llvm-project?rev=221475&view=rev
Log:
[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.

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

Modified: llvm/trunk/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll?rev=221475&r1=221474&r2=221475&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll Thu Nov  6 13:24:18 2014
@@ -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.





More information about the llvm-commits mailing list