There are no vectors of pointer or arrays, so we don't need to check vector
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 08:50:18 +0000 (08:50 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jan 2011 08:50:18 +0000 (08:50 +0000)
commit388f4918fbd8349a6c5b8403e31f65aa3408add6
treecc83394381ea69d3d8b23ebd82ef9bb59674b917
parent464a4f349c95a25d06d709e79d7df21fbbb155e2
There are no vectors of pointer or arrays, so we don't need to check vector
elements for type equivalence.

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