From fc693036a4725396ba96a6c1ef3862a4c6b096cf Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 15 Apr 2011 22:23:09 +0000 Subject: [PATCH] Re-enable test o32_cc_vararg.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129616 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/o32_cc_vararg.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CodeGen/Mips/o32_cc_vararg.ll b/test/CodeGen/Mips/o32_cc_vararg.ll index 4ec2c0323a5..1f71ed2640e 100644 --- a/test/CodeGen/Mips/o32_cc_vararg.ll +++ b/test/CodeGen/Mips/o32_cc_vararg.ll @@ -2,9 +2,6 @@ ; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s -regalloc=basic | FileCheck %s -; FIXME: Temporarily disabled until buildpair patch is committed. -; REQUIRES: disabled - ; All test functions do the same thing - they return the first variable ; argument. -- 2.34.1