Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / mips64-f128-literal.c
blobc519ca07f274312189c1a4fc90264ad146192474
1 // RUN: %clang -target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
3 typedef long double LD;
5 // CHECK: ret fp128
7 LD foo0(void) {
8 return 2.625L;