diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 22:23:09 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 22:23:09 +0000 |
commit | fc693036a4725396ba96a6c1ef3862a4c6b096cf (patch) | |
tree | 3f05df75a0a8f2624be493e925bc084589e08bea | |
parent | 4954e9f2d9e6626b94b4f1e4863c78a7491b72b5 (diff) |
Re-enable test o32_cc_vararg.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129616 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Mips/o32_cc_vararg.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/Mips/o32_cc_vararg.ll b/test/CodeGen/Mips/o32_cc_vararg.ll index 4ec2c0323a..1f71ed2640 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. |