split loads and calls into separate tables. Loads are now just indexed
authorChris Lattner <sabre@nondot.org>
Mon, 3 Jan 2011 03:41:27 +0000 (03:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Jan 2011 03:41:27 +0000 (03:41 +0000)
commit85db61066a370f5d6e2d3c667eb5fa02493593c7
tree49359f56af8b2f93fb94528d90ba9b58ef9c4e33
parent03d49e955ed81d5adc6bc9d557c9e302584aa152
split loads and calls into separate tables.  Loads are now just indexed
by their pointer instead of using MemoryValue to wrap it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122731 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/EarlyCSE.cpp