aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-11-19 06:06:13 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-11-19 06:06:13 +0000
commit2045c47affc0d1462a815175e420f9d6bd3f35c6 (patch)
treedcb1c5e562f2e6e8fa390d5f80c4fdfa69bef80c /test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
parent0046de0550f781b7739ffd5a6fe138cb306a1cf4 (diff)
downloadexternal_llvm-2045c47affc0d1462a815175e420f9d6bd3f35c6.zip
external_llvm-2045c47affc0d1462a815175e420f9d6bd3f35c6.tar.gz
external_llvm-2045c47affc0d1462a815175e420f9d6bd3f35c6.tar.bz2
- Add sugregister logic to handle f64=(f32,f32).
- Support mips1 like load/store of doubles: Instead of: sdc $f0, X($3) Generate: swc $f0, X($3) swc $f1, X+4($3) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/2008-08-03-ReturnDouble.ll')
-rw-r--r--test/CodeGen/Mips/2008-08-03-ReturnDouble.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
index 1244a3e..04fdd4e 100644
--- a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
+++ b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
@@ -1,7 +1,6 @@
; Double return in abicall (default)
-; RUN: llc < %s -march=mips
+; RUN: llc < %s -march=mips | FileCheck %s
; PR2615
-; XFAIL: *
define double @main(...) {
entry: