Remove some useless map operations. Loads/stores that are in the same
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:39:25 +0000 (06:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:39:25 +0000 (06:39 +0000)
commit4f16bd7a745f99e118eb05b007d5675ada49a377
treee832213c4ece1f5765e07c0d0769d699106748a1
parent15774df4d3b3c4c5b944f7ebeff3febaabdfa7aa
Remove some useless map operations.  Loads/stores that are in the same
BB as the load are not included in the Cand* sets at all.

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