Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / noexceptionsfpmath.c
blob13a02b957705d4eced9ade6886c8a93ec6bed3cd
1 // RUN: %clang_cc1 -S %s -emit-llvm -o - | FileCheck %s
3 // CHECK-LABEL: main
4 // CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}
6 int main(void) {
7 return 0;