diff options
| author | Lang Hames <lhames@gmail.com> | 2014-11-06 19:24:18 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2014-11-06 19:24:18 +0000 |
| commit | bcdd304cbba065331eecfb00217421ded3724ae4 (patch) | |
| tree | 5757313d7f5ab79089462cdc3ffdf3a7e126c555 | |
| parent | cdd9077f3aa16547169bf64fd57fc297ae3931bb (diff) | |
| download | bcm5719-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.ll | 3 |
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. |

