blob: c519ca07f274312189c1a4fc90264ad146192474 [file] [log] [blame]
// RUN: %clang -target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
typedef long double LD;
// CHECK: ret fp128
LD foo0(void) {
return 2.625L;
}