diff options
Diffstat (limited to 'test/CodeGen/PowerPC/cr_spilling.ll')
-rw-r--r-- | test/CodeGen/PowerPC/cr_spilling.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/cr_spilling.ll b/test/CodeGen/PowerPC/cr_spilling.ll index 9ed2614..8bd809f 100644 --- a/test/CodeGen/PowerPC/cr_spilling.ll +++ b/test/CodeGen/PowerPC/cr_spilling.ll @@ -1,4 +1,3 @@ -; RUN: llc < %s -march=ppc32 -regalloc=local -O0 -relocation-model=pic -o - ; RUN: llc < %s -march=ppc32 -regalloc=fast -O0 -relocation-model=pic -o - ; PR1638 |