New pass to perform DSA based optimizations. Initially we just support turning
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:54:55 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:54:55 +0000 (21:54 +0000)
commit934fe856b58de326c9bca98b1493745d1c99727d
treee290f9e4d940ca7cf1f890035836e70c0b02ce40
parent34e0ada19af7810934ba3a5f831a7b77a73ff62c
New pass to perform DSA based optimizations.  Initially we just support turning
globals into constants if we can prove it's safe

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DataStructureOpt.cpp [new file with mode: 0644]