stop MachineFunctionPass from claiming that it preserves LoopDependence info,
authorChris Lattner <sabre@nondot.org>
Mon, 5 Oct 2009 02:35:05 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Oct 2009 02:35:05 +0000 (02:35 +0000)
commit92bef66c100cd7515b81473de8e8579b142f0c66
tree9e527400cfb07bf722efc8489c2886ef8f681cd7
parentdbf75e813e6d3b0de0487fe3afcc458717535e02
stop MachineFunctionPass from claiming that it preserves LoopDependence info,
which causes dependence info to be linked into lli.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineFunctionPass.cpp