AttrListPtr has an overloaded operator== which does this for us, we should use
commit05848e406d5b39ee1e9ef771b37f2fe3fd32966c
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 09:23:19 +0000 (26 09:23 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 09:23:19 +0000 (26 09:23 +0000)
treefcf9c21428fe3a2c5d4e58f0491ff9e0bc340e7b
parent8d0d63ef12e8a07690e847361d7a2a73f6a443c4
AttrListPtr has an overloaded operator== which does this for us, we should use
it. No functionality change!

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