AttrListPtr has an overloaded operator== which does this for us, we should use
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 09:23:19 +0000 (09:23 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 09:23:19 +0000 (09:23 +0000)
commitf6c63c23203ca4c4aa89efa2bff722bb479cfe3c
treefcf9c21428fe3a2c5d4e58f0491ff9e0bc340e7b
parent207c193e7e9cc177115101333079e952a7676689
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