summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-03-06 01:58:03 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-03-06 01:58:03 +0000
commit508d11b19cfd0f2231037d28f4ce6ab428929d3b (patch)
treef85933b97a0a47a8cbe265657623b662491da530
parentc537f79dcd9d91577b8e0a41c11f68b628d73af4 (diff)
downloadllvm-508d11b19cfd0f2231037d28f4ce6ab428929d3b.tar.gz
llvm-508d11b19cfd0f2231037d28f4ce6ab428929d3b.tar.bz2
llvm-508d11b19cfd0f2231037d28f4ce6ab428929d3b.tar.xz
[mips] Add a line which checks function name. Rename file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Mips/mips64-f128-call.ll (renamed from test/CodeGen/Mips/mips64-call.ll)1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/mips64-call.ll b/test/CodeGen/Mips/mips64-f128-call.ll
index 3ddc882016..455e540e5d 100644
--- a/test/CodeGen/Mips/mips64-call.ll
+++ b/test/CodeGen/Mips/mips64-f128-call.ll
@@ -26,6 +26,7 @@ entry:
declare void @foo2(fp128)
+; CHECK: foo3
; CHECK: ld $[[R0:[0-9]+]], %got_disp(gld0)
; CHECK: sdc1 $f2, 8($[[R0]])
; CHECK: sdc1 $f0, 0($[[R0]])