diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-11-15 21:51:51 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-11-15 21:51:51 +0000 |
commit | bea0b6a0495c8c80ad7d52d4bc28acdee926020b (patch) | |
tree | 00f56c09b834b98401cd3be353f97c1e31410f6b /test/CodeGen/ARM | |
parent | da663f7b51acdc076eb40cbaf197816ca26ff64c (diff) | |
download | external_llvm-bea0b6a0495c8c80ad7d52d4bc28acdee926020b.zip external_llvm-bea0b6a0495c8c80ad7d52d4bc28acdee926020b.tar.gz external_llvm-bea0b6a0495c8c80ad7d52d4bc28acdee926020b.tar.bz2 |
Revert "Fix PR8612 in the standard spiller as well."
This reverts r119183 which borke the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll index 0422094..046016a 100644 --- a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll +++ b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll @@ -1,4 +1,3 @@ -; RUN: llc < %s -verify-machineinstrs -spiller=standard ; RUN: llc < %s -verify-machineinstrs -spiller=inline ; PR8612 ; |