Make the 'shrink global to bool' optimization more self contained, and thus
authorChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 01:17:44 +0000 (01:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 01:17:44 +0000 (01:17 +0000)
commit58e44f49ddd16825fbacc60d6146376ca17f47eb
tree643b67f326b8927474cdbe118325ee5dc866f186
parent37ac608623676e2f3453d2b9d9583321530ee45c
Make the 'shrink global to bool' optimization more self contained, and thus
easier to show that its safe.  No functionality change.

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