This is an archive of the discontinued LLVM Phabricator instance.

[flang] fix unused-but-set-parameter warning in ConvertExprToHLFIR.cpp
ClosedPublic

Authored by jeanPerier on Dec 2 2022, 8:44 AM.

Details

Summary

Some named value operands are not used yet (TODOs). Some compilers
complain about it. Remove names of unused parameters.

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 2 2022, 8:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 8:44 AM
jeanPerier requested review of this revision.Dec 2 2022, 8:44 AM
PeteSteinfeld accepted this revision.Dec 2 2022, 8:56 AM

All builds and tests correctly and looks good. Thanks for fixing this!

This revision is now accepted and ready to land.Dec 2 2022, 8:56 AM
This revision was landed with ongoing or failed builds.Dec 2 2022, 8:57 AM
This revision was automatically updated to reflect the committed changes.