summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips16fpe.ll
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2013-11-19 12:20:17 +0000
committerSimon Atanasyan <simon@atanasyan.com>2013-11-19 12:20:17 +0000
commitc5e99819f46d53c77f4ff9c2d69fdcca4ad46ea3 (patch)
treeea1af5a7800b4ad1379923a9fea96b1f7024efe6 /test/CodeGen/Mips/mips16fpe.ll
parent4d06b6d28fc329f2275ca082e995dfbc9a619255 (diff)
[Mips] Adjust float ABI settings in case of MIPS16 mode.
Hard float for mips16 means essentially to compile as soft float but to use a runtime library for soft float that is written with native mips32 floating point instructions (those runtime routines run in mips32 hard float mode). The patch reviewed by Reed Kotler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/mips16fpe.ll')
-rw-r--r--test/CodeGen/Mips/mips16fpe.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips16fpe.ll b/test/CodeGen/Mips/mips16fpe.ll
index 10c5163f7fd..987980e080f 100644
--- a/test/CodeGen/Mips/mips16fpe.ll
+++ b/test/CodeGen/Mips/mips16fpe.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 -soft-float -mips16-hard-float < %s | FileCheck %s -check-prefix=16hf
+; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16hf
@x = global float 5.000000e+00, align 4
@y = global float 1.500000e+01, align 4