summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/nomips16.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
commit1093afe27a3e34a51b3042142b478b30301bd32e (patch)
tree68877d7d77c3a49bcf91bfe888c94add9b6930bb /llvm/test/CodeGen/Mips/nomips16.ll
parenta07e4f5b0f330c099320a5f5807c1b7331bb972a (diff)
downloadbcm5719-llvm-1093afe27a3e34a51b3042142b478b30301bd32e.tar.gz
bcm5719-llvm-1093afe27a3e34a51b3042142b478b30301bd32e.zip
[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. llvm-svn: 195123
Diffstat (limited to 'llvm/test/CodeGen/Mips/nomips16.ll')
-rw-r--r--llvm/test/CodeGen/Mips/nomips16.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/nomips16.ll b/llvm/test/CodeGen/Mips/nomips16.ll
index bf7c667d057..0affb16ac7c 100644
--- a/llvm/test/CodeGen/Mips/nomips16.ll
+++ b/llvm/test/CodeGen/Mips/nomips16.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -mips16-hard-float -soft-float -relocation-model=static < %s | FileCheck %s
+; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s
@x = global float 0.000000e+00, align 4
@.str = private unnamed_addr constant [20 x i8] c"in main: mips16 %f\0A\00", align 1
OpenPOWER on IntegriCloud