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 | c74399f8b4efc7ea5546780bbbd8cab85311b4c0 (patch) | |
tree | 6a54c4abb9e21b2be00f8f45abbf4bc8374de352 | |
parent | 22d28d23723cf40e62147ac162bc97a9382ec341 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130817 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Mips/o32_cc_vararg.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/o32_cc_vararg.ll b/test/CodeGen/Mips/o32_cc_vararg.ll index 1f71ed2640..6a3b540a0b 100644 --- a/test/CodeGen/Mips/o32_cc_vararg.ll +++ b/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 |