[llvm-commits] [llvm] r129616 - /llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
Akira Hatanaka
ahatanak at gmail.com
Fri Apr 15 15:23:09 PDT 2011
Author: ahatanak
Date: Fri Apr 15 17:23:09 2011
New Revision: 129616
URL: http://llvm.org/viewvc/llvm-project?rev=129616&view=rev
Log:
Re-enable test o32_cc_vararg.ll.
Modified:
llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
Modified: llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll?rev=129616&r1=129615&r2=129616&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll Fri Apr 15 17:23:09 2011
@@ -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.
More information about the llvm-commits
mailing list