Implement CSE of call instructions in the most trivial case. This implements
authorChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 05:44:59 +0000 (05:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 05:44:59 +0000 (05:44 +0000)
commit5a6e947f1dd2fd61e2bd37aea47e8b03ab834da1
tree4509a9b8b09658e1512c6090984febdab080d77f
parent142c304dbb4d3753f62dffbb95bdf13765e150c4
Implement CSE of call instructions in the most trivial case.  This implements
GCSE/call_cse.ll

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