Files
clang-p2996/clang/lib/CodeGen/CGExprComplex.cpp
smanna12 d5d1cf0549 [NFC][Clang] Clean up VisitUnaryPlus by removing unused FP feature check (#101412)
This commit removes an unnecessary call to `E->hasStoredFPFeatures()`
within the `VisitUnaryPlus` function. The method's return value was not
being used, leading to a redundant operation. The removal of this line
streamlines the function and eliminates an unneeded check for stored
floating-point features.
2024-07-31 18:25:52 -05:00

60 KiB