[RISCV] Simplify MIPS CCMov patterns. NFC (#125318)
[llvm-project.git] / clang / test / Preprocessor / no-fixed-point.c
blobfe88ca22c9faa22da5ec5b27e7f9e4475d64d86a
1 /// Assert the fixed point precision macros according to ISO/IEC TR 18037:2008 7.18a.3 are not
2 /// defined when -ffixed-point is not provided.
4 // RUN: %clang_cc1 -triple=x86_64 -E -dM -x c < /dev/null | FileCheck -match-full-lines %s
5 // RUN: %clang_cc1 -triple=x86_64 -E -dM -x c++ < /dev/null | FileCheck -match-full-lines %s
7 // CHECK-NOT:#define __SFRACT_FBIT__ 7