projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2cbd5
)
[RegAlloc] Remove reference to the trivial spiller in test case.
author
Lang Hames
<lhames@gmail.com>
Thu, 6 Nov 2014 19:24:18 +0000
(19:24 +0000)
committer
Lang Hames
<lhames@gmail.com>
Thu, 6 Nov 2014 19:24:18 +0000
(19:24 +0000)
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
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
index
ec74880
..
80a1964
100644
(file)
--- 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.