brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · c519ca0 Raw
10 lines · c
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