From 0ea3b243b0ee469160a4b675b1aaf9822e80b718 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Thu, 6 Nov 2014 19:24:18 +0000 Subject: [PATCH] [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 --- test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.34.1