Do not promote globals only used by main to locals if there are constantexprs
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jun 2005 21:11:48 +0000 (21:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jun 2005 21:11:48 +0000 (21:11 +0000)
commit553ca5262361e520f98a72d1a109d6b10d1918ee
treebd34dda8b72612a93611bbbcbbcbad34b1773ccc
parent364651395c05e24f08e0a51327a188f987ed33c4
Do not promote globals only used by main to locals if there are constantexprs
or other uses hanging off of them.

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