Fix bug when inlining a method that refers to a global variable
authorChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2001 02:27:26 +0000 (02:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2001 02:27:26 +0000 (02:27 +0000)
commit4f68528de4d3f9746bb93ad3b58e86a7ae353491
treec84868ac7d6b919d04c3fbbdcac0dc0bd741fd0e
parent53b20c34dc07d38683983afc2ad9d9170cffe9bd
Fix bug when inlining a method that refers to a global variable

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