Use two variables here rather than reusing (and abusing) one. This is
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Dec 2013 04:44:35 +0000 (04:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Dec 2013 04:44:35 +0000 (04:44 +0000)
commit1739b6cc2006fbbdc68b0a4b2d32452c17878f03
treed4f023a4a8374a5167f985613546f9dfdd6ee579
parent5ff21b411149095abb421c1e1263341360072cec
Use two variables here rather than reusing (and abusing) one. This is
much more clear to me. I meant to make this change before committing the
original patch, but forgot to merge it in. Sorry.

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