This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck] Fix comment in parseNumericVariableUse
ClosedPublic

Authored by thopre on Jul 4 2019, 4:49 PM.

Details

Summary

Comment explaining the interaction between parsing of numeric variable
definition and uses in parseNumericVariableUse is stale since it
suggests both use and definition parsing is done in the same function.
This was the case in a previous version of the patch committed as
71d3f227a790d6cf39d8c6267940e0dc0c237e11 but is no longer the case. This
patch updates the comment accordingly.

Diff Detail

Repository
rL LLVM

Event Timeline

thopre created this revision.Jul 4 2019, 4:49 PM
This revision is now accepted and ready to land.Jul 5 2019, 1:27 AM
This revision was automatically updated to reflect the committed changes.