Don't strip modref bits when inlining down the call graph. This fixes
authorChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 18:02:56 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Mar 2005 18:02:56 +0000 (18:02 +0000)
commit53491b3db70ca18855d3010c8a34f2e4acef5ecc
tree49a9098834c8479619ce21d80fb0ffe27914df11
parentcc9bda6a416af8393b7227d5830974a48f9c2f7e
Don't strip modref bits when inlining down the call graph.  This fixes
the DSGraph/2003-06-30-TopDownResolve.ll regression from last night.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/TopDownClosure.cpp