performance: get rid of repeated dereferencing of use_iterator by caching its result
authorGabor Greif <ggreif@gmail.com>
Tue, 6 Apr 2010 19:14:05 +0000 (19:14 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 6 Apr 2010 19:14:05 +0000 (19:14 +0000)
commita01d6db569c7def7c5d1727fa1abedfc160b688c
treecbbafe7a63b8cd0bef153e33fa7712fbac7ca373
parent0b520db74d75da91dbbc96ae7c939c49f1bc222d
performance: get rid of repeated dereferencing of use_iterator by caching its result

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100547 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp