[mips] Remove android calling convention.
authorAkira Hatanaka <ahatanaka@mips.com>
Tue, 5 Mar 2013 23:22:30 +0000 (23:22 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Tue, 5 Mar 2013 23:22:30 +0000 (23:22 +0000)
commit5ffd24c49f6d78c166ee357424bf4e20f61af6bc
tree68535d6a62f24bcfcc1cbedfb2a2628be13a48b0
parent1e3e869899468de2210f9777905340d907c814c6
[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
lib/Target/Mips/Mips.td
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
test/CodeGen/Mips/return-vector-float4.ll [deleted file]