From c74399f8b4efc7ea5546780bbbd8cab85311b4c0 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 4 May 2011 01:01:44 +0000 Subject: [PATCH] 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 --- test/CodeGen/Mips/o32_cc_vararg.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/Mips/o32_cc_vararg.ll b/test/CodeGen/Mips/o32_cc_vararg.ll index 1f71ed2640e..6a3b540a0b6 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