This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] fminnum should be a binary operator
ClosedPublic

Authored by shchenz on Nov 10 2020, 7:04 AM.

Details

Summary

This is a typo fix.

fminnum is a binary operator instead of a unary operator.

Diff Detail

Event Timeline

shchenz created this revision.Nov 10 2020, 7:04 AM
shchenz requested review of this revision.Nov 10 2020, 7:04 AM
This revision is now accepted and ready to land.Nov 10 2020, 9:30 AM
This revision was landed with ongoing or failed builds.Nov 11 2020, 12:41 AM
This revision was automatically updated to reflect the committed changes.