From 5ffd24c49f6d78c166ee357424bf4e20f61af6bc Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 5 Mar 2013 23:22:30 +0000 Subject: [mips] Remove android calling convention. This calling convention was added just to handle functions which return vector of floats. The fix committed in r165585 solves the problem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176530 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/return-vector-float4.ll | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/CodeGen/Mips/return-vector-float4.ll (limited to 'test/CodeGen') diff --git a/test/CodeGen/Mips/return-vector-float4.ll b/test/CodeGen/Mips/return-vector-float4.ll deleted file mode 100644 index ae10f123e4..0000000000 --- a/test/CodeGen/Mips/return-vector-float4.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc -march=mipsel -mattr=+android < %s | FileCheck %s - -define <4 x float> @retvec4() nounwind readnone { -entry: -; CHECK: lwc1 $f0 -; CHECK: lwc1 $f2 -; CHECK: lwc1 $f1 -; CHECK: lwc1 $f3 - - ret <4 x float> -} - -- cgit v1.2.3-70-g09d2