]> granicus.if.org Git - llvm/commit
[FileCheck] Fix comment in parseNumericVariableUse
authorThomas Preud'homme <thomasp@graphcore.ai>
Fri, 5 Jul 2019 12:01:12 +0000 (12:01 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Fri, 5 Jul 2019 12:01:12 +0000 (12:01 +0000)
commitb7043cc6c9b578084ab2f080a14604a457aeed61
tree2fb9697d9b9a312daef6bb2d572517365f3528a2
parentb9421952a92ccbf850f332110cfeadfdfce49252
[FileCheck] Fix comment in parseNumericVariableUse

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.

Reviewers: jhenderson, chandlerc, jdenny, probinson, grimar, arichardson, rnk

Subscribers: JonChesterfield, rogfer01, hfinkel, kristina, rnk, tra, arichardson, grimar, dblaikie, probinson, llvm-commits, hiraditya

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64227

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/FileCheck.cpp