Remove an iteration pass over the entire scalarmap for each function created
authorChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 02:45:13 +0000 (02:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 02:45:13 +0000 (02:45 +0000)
commita513fb127f579b43cd954d028e4bf0581dd65907
treee6074579fff360b7ec96a86991a96ffadf747682
parent9308a35532bb756cc03edbdc2deeea6f2d3ed1ed
Remove an iteration pass over the entire scalarmap for each function created
by not allowing integer constants to get into the scalar map in the first
place.

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