aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/sparcv9-abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/sparcv9-abi.c')
-rw-r--r--test/CodeGen/sparcv9-abi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/sparcv9-abi.c b/test/CodeGen/sparcv9-abi.c
index 4ba4be852fe8..d4fff81ab6ef 100644
--- a/test/CodeGen/sparcv9-abi.c
+++ b/test/CodeGen/sparcv9-abi.c
@@ -18,6 +18,9 @@ long long f_int_3(long long x) { return x; }
// CHECK-LABEL: define signext i8 @f_int_4(i8 signext %x)
char f_int_4(char x) { return x; }
+// CHECK-LABEL: define fp128 @f_ld(fp128 %x)
+long double f_ld(long double x) { return x; }
+
// Small structs are passed in registers.
struct small {
int *a, *b;