diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2013-03-06 01:58:03 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-03-06 01:58:03 +0000 |
commit | a9cf03fbd7aafc5b175eac2675ac28644c63476c (patch) | |
tree | d47946333b87aa9c84a5e6c6aea84ce30b4a2718 | |
parent | 5afcdf3f1c83503342a3da23c791b6a89f697736 (diff) | |
download | bcm5719-llvm-a9cf03fbd7aafc5b175eac2675ac28644c63476c.tar.gz bcm5719-llvm-a9cf03fbd7aafc5b175eac2675ac28644c63476c.zip |
[mips] Add a line which checks function name. Rename file.
llvm-svn: 176543
-rw-r--r-- | llvm/test/CodeGen/Mips/mips64-f128-call.ll (renamed from llvm/test/CodeGen/Mips/mips64-call.ll) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64-call.ll b/llvm/test/CodeGen/Mips/mips64-f128-call.ll index 3ddc882016e..455e540e5df 100644 --- a/llvm/test/CodeGen/Mips/mips64-call.ll +++ b/llvm/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]]) |