diff options
author | erichkeane <ekeane@nvidia.com> | 2025-07-07 06:58:03 -0700 |
---|---|---|
committer | erichkeane <ekeane@nvidia.com> | 2025-07-07 06:59:37 -0700 |
commit | acb4fff866f95762b53560bcf7b3a3667e7a41fd (patch) | |
tree | 69ecdd9370919869e9a1c389b934024890e205a2 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1a1a11f7096d7ff95bd192ded276459adae04159 (diff) | |
download | llvm-acb4fff866f95762b53560bcf7b3a3667e7a41fd.zip llvm-acb4fff866f95762b53560bcf7b3a3667e7a41fd.tar.gz llvm-acb4fff866f95762b53560bcf7b3a3667e7a41fd.tar.bz2 |
[NFC] Fix GCC warning on enum/non-enum ternary thanks to 438863a0
On the above patch (https://github.com/llvm/llvm-project/commit/438863a09e2d907c36c4114228ef1eeee130e16b#commitcomment-161519239)
it was brought up that the commit 'caused' a GCC warning. The Hueristic
for the GCC warning is a little strange, but the fix is easy enough, so
this patch should fix it by making sure both sides of the ternary are
the same type.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions