From bcdd304cbba065331eecfb00217421ded3724ae4 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. llvm-svn: 221475 --- llvm/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/llvm/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll index ec74880..80a1964 100644 --- a/llvm/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll +++ b/llvm/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.7.4