diff options
-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]]) |