1// RUN: %clang -target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s2 3typedef long double LD;4 5// CHECK: ret fp1286 7LD foo0(void) {8 return 2.625L;9}10