Move an instance variable to a local variable based on review by Duncan.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 14 Sep 2012 10:26:38 +0000 (10:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 14 Sep 2012 10:26:38 +0000 (10:26 +0000)
commit8615cd236ed9f9540b4a3ad05dd0a1d202a3f6b4
treeca8a4e775e25c6a37fdce4134f476ad9f0f3e74f
parent50754f089265bd6a4208d8b89c653e7f7854796a
Move an instance variable to a local variable based on review by Duncan.
Originally I had anticipated needing to thread this through more bits of
the SROA pass itself, but that ended up not happening. In the end, this
is a much simpler way to manange the variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163893 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp