Remove specialized comparison of InlineAsm objects. They're uniqued on creation
commit8cf78804c5f755f8b28ad88288aed8466bda71e8
authorNick Lewycky <nicholas@mxc.ca>
Sun, 6 Feb 2011 04:33:50 +0000 (6 04:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 6 Feb 2011 04:33:50 +0000 (6 04:33 +0000)
treeddd76eb817950f88e04b048b2db6d115a497aab8
parent349b65eb9b53a8f094ca5515d04b418e6f68389f
Remove specialized comparison of InlineAsm objects. They're uniqued on creation
now, and this wasn't comparing some of their relevant bits anyhow.

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