summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-11-12 22:16:18 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-11-12 22:16:18 +0000
commitd6c9f6ebbe387de7518283ca6702e5a48a3be0ed (patch)
treea4dc7350ee7560d71d6dc6416ddffb362a3c8a13 /llvm/test
parentd9febeb884dccaf0714ebd04694cb618cacfcd78 (diff)
downloadbcm5719-llvm-d6c9f6ebbe387de7518283ca6702e5a48a3be0ed.tar.gz
bcm5719-llvm-d6c9f6ebbe387de7518283ca6702e5a48a3be0ed.zip
[mips] Fix a bug in function CC_MipsO32_FP64. The second double precision
argument was not being passed in $f14. llvm-svn: 194522
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Mips/o32_cc.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Mips/o32_cc.ll b/llvm/test/CodeGen/Mips/o32_cc.ll
index e28ba6e09d0..08e5aab4f7a 100644
--- a/llvm/test/CodeGen/Mips/o32_cc.ll
+++ b/llvm/test/CodeGen/Mips/o32_cc.ll
@@ -4,9 +4,9 @@
; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck -check-prefix=FP64EL %s
; $f12, $f14
-; FP32EL-LABEL: testlowercall0:
-; FP32EL-DAG: ldc1 $f12, %lo
-; FP32EL-DAG: ldc1 $f14, %lo
+; CHECK-LABEL: testlowercall0:
+; CHECK-DAG: ldc1 $f12, %lo
+; CHECK-DAG: ldc1 $f14, %lo
define void @testlowercall0() nounwind {
entry:
tail call void @f0(double 5.000000e+00, double 6.000000e+00) nounwind
@@ -28,9 +28,9 @@ entry:
declare void @f1(float, float)
; $f12, $f14
-; FP32EL-LABEL: testlowercall2:
-; FP32EL-DAG: lwc1 $f12, %lo
-; FP32EL-DAG: ldc1 $f14, %lo
+; CHECK-LABEL: testlowercall2:
+; CHECK-DAG: lwc1 $f12, %lo
+; CHECK-DAG: ldc1 $f14, %lo
define void @testlowercall2() nounwind {
entry:
tail call void @f2(float 8.000000e+00, double 6.000000e+00) nounwind
OpenPOWER on IntegriCloud