Strip out and simplify some code. This also fixes the regression last
authorChris Lattner <sabre@nondot.org>
Sun, 18 Jul 2004 19:56:20 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Jul 2004 19:56:20 +0000 (19:56 +0000)
commit96940cb5223d8441f3710b75063a0ee5a3c824ed
treeabe457ae2d80b7ad724a9afa37fb4bca32d532e2
parent9db07b9307d7e48001d816af32eaa1db6f17b0b9
Strip out and simplify some code.  This also fixes the regression last
night compiling cfrac.  It did not realize that code like this:

int G; int *H = &G;

takes the address of G.

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