summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-11-06 19:24:18 +0000
committerLang Hames <lhames@gmail.com>2014-11-06 19:24:18 +0000
commitbcdd304cbba065331eecfb00217421ded3724ae4 (patch)
tree5757313d7f5ab79089462cdc3ffdf3a7e126c555
parentcdd9077f3aa16547169bf64fd57fc297ae3931bb (diff)
downloadbcm5719-llvm-bcdd304cbba065331eecfb00217421ded3724ae4.tar.gz
bcm5719-llvm-bcdd304cbba065331eecfb00217421ded3724ae4.zip
[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
-rw-r--r--llvm/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll3
1 files changed, 1 insertions, 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 ec748808955..80a19649635 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.
OpenPOWER on IntegriCloud