replace a linear scan with a symtab lookup, reduce indentation.
authorChris Lattner <sabre@nondot.org>
Mon, 6 Dec 2010 21:53:07 +0000 (21:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Dec 2010 21:53:07 +0000 (21:53 +0000)
commitf51a6cc5bf123d5d71bc846767b34701c4dc6014
treed302b8a9adea429d60dbf778874603c581e2b4e7
parent1dda29bdff468b61d8c9ef4eca8cd6c807262de4
replace a linear scan with a symtab lookup, reduce indentation.
No functionality change.

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