Fix Instruction::isIdenticalTo and isSameOperationAs to recognize
authorDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 01:24:45 +0000 (01:24 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 01:24:45 +0000 (01:24 +0000)
commit9a8af451a39a38351d87866a1d39e594a0c3341f
tree103e19951b98c177d67880ff6e6c2ea9b439329a
parent1a26daa9c336abd7790d5e3366ed46288248aca0
Fix Instruction::isIdenticalTo and isSameOperationAs to recognize
additional information in Loads, Stores, Calls, Invokes,
InsertValueInsts, and ExtractValueInsts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57620 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instruction.cpp