Replace linear search with logrithmic one.
authorChris Lattner <sabre@nondot.org>
Sun, 13 Mar 2005 19:05:05 +0000 (19:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Mar 2005 19:05:05 +0000 (19:05 +0000)
commit2787e03d0e22faa8030ca8c05dc2da2bcd44748b
treed7a9882c2da31d85a7025ac3f853b2752e49d56c
parente7ea48cb612bc2fba1cc674fd6bff2bf3e6d5247
Replace linear search with logrithmic one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20580 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DataStructure.cpp