Improve VarInfo::removeKill() by using std::find instead of linear search.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 13 Mar 2008 02:42:55 +0000 (02:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 13 Mar 2008 02:42:55 +0000 (02:42 +0000)
commitfe666a3592b2f59cf67a2f72a148f4db40f34b2f
tree43754aacb0c535e28b593dd8a0ed8be8c898ca53
parent6e7aeb16faddb3c5648d0f5b6aaff37f1dcfb5db
Improve VarInfo::removeKill() by using std::find instead of linear search.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48321 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h