summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 01:01:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 01:01:44 +0000
commit5b5abb4ea1d7bf10610bac832891deff914cd09c (patch)
tree9ef76e3b38914d8d64cf44c44592de14aa39ce8d /llvm/test/CodeGen
parentd3b2f44c9d8e033d43d767699803949ce230329e (diff)
downloadbcm5719-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.ll1
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
OpenPOWER on IntegriCloud