diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2013-03-05 23:22:30 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-03-05 23:22:30 +0000 |
commit | 5ffd24c49f6d78c166ee357424bf4e20f61af6bc (patch) | |
tree | 68535d6a62f24bcfcc1cbedfb2a2628be13a48b0 /lib/Target/Mips/Mips.td | |
parent | 1e3e869899468de2210f9777905340d907c814c6 (diff) | |
download | external_llvm-5ffd24c49f6d78c166ee357424bf4e20f61af6bc.zip external_llvm-5ffd24c49f6d78c166ee357424bf4e20f61af6bc.tar.gz external_llvm-5ffd24c49f6d78c166ee357424bf4e20f61af6bc.tar.bz2 |
[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
Diffstat (limited to 'lib/Target/Mips/Mips.td')
-rw-r--r-- | lib/Target/Mips/Mips.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/Mips.td b/lib/Target/Mips/Mips.td index 1326623..eefb02a 100644 --- a/lib/Target/Mips/Mips.td +++ b/lib/Target/Mips/Mips.td @@ -44,8 +44,6 @@ def FeatureN64 : SubtargetFeature<"n64", "MipsABI", "N64", "Enable n64 ABI">; def FeatureEABI : SubtargetFeature<"eabi", "MipsABI", "EABI", "Enable eabi ABI">; -def FeatureAndroid : SubtargetFeature<"android", "IsAndroid", "true", - "Target is android">; def FeatureVFPU : SubtargetFeature<"vfpu", "HasVFPU", "true", "Enable vector FPU instructions.">; def FeatureSEInReg : SubtargetFeature<"seinreg", "HasSEInReg", "true", |