From 508d11b19cfd0f2231037d28f4ce6ab428929d3b Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 6 Mar 2013 01:58:03 +0000 Subject: [PATCH] [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 --- test/CodeGen/Mips/{mips64-call.ll => mips64-f128-call.ll} | 1 + 1 file changed, 1 insertion(+) rename test/CodeGen/Mips/{mips64-call.ll => mips64-f128-call.ll} (98%) diff --git a/test/CodeGen/Mips/mips64-call.ll b/test/CodeGen/Mips/mips64-f128-call.ll similarity index 98% rename from test/CodeGen/Mips/mips64-call.ll rename to test/CodeGen/Mips/mips64-f128-call.ll index 3ddc882016e..455e540e5df 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]])