Remove specialized comparison of InlineAsm objects. They're uniqued on creation
authorNick Lewycky <nicholas@mxc.ca>
Sun, 6 Feb 2011 04:33:50 +0000 (04:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 6 Feb 2011 04:33:50 +0000 (04:33 +0000)
commitd489332549f226701825de990a2f5869dad96ace
treeddd76eb817950f88e04b048b2db6d115a497aab8
parent5a858e3416b13c2d796dfb9fc31f1e216e0acc2c
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