diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-05-04 01:01:44 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-05-04 01:01:44 +0000 |
commit | 5b5abb4ea1d7bf10610bac832891deff914cd09c (patch) | |
tree | 9ef76e3b38914d8d64cf44c44592de14aa39ce8d /llvm/test/CodeGen | |
parent | d3b2f44c9d8e033d43d767699803949ce230329e (diff) | |
download | bcm5719-llvm-5b5abb4ea1d7bf10610bac832891deff914cd09c.tar.gz bcm5719-llvm-5b5abb4ea1d7bf10610bac832891deff914cd09c.zip |
Don't run this test through -regalloc=basic.
The basic allocator is really bad about hinting, so it doesn't eliminate all
copies when physreg joining is disabled.
llvm-svn: 130817
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/Mips/o32_cc_vararg.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/o32_cc_vararg.ll b/llvm/test/CodeGen/Mips/o32_cc_vararg.ll index 1f71ed2640e..6a3b540a0b6 100644 --- a/llvm/test/CodeGen/Mips/o32_cc_vararg.ll +++ b/llvm/test/CodeGen/Mips/o32_cc_vararg.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s | FileCheck %s -; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s -regalloc=basic | FileCheck %s ; All test functions do the same thing - they return the first variable |