Add Static Single Information construction pass written by André Tavares!
authorNick Lewycky <nicholas@mxc.ca>
Fri, 3 Jul 2009 19:28:36 +0000 (19:28 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 3 Jul 2009 19:28:36 +0000 (19:28 +0000)
commit715029478c0a54cab2c366816d11d712bf51efc5
tree94c10e0ce9ef6890a8a489b8fd686874486b2256
parent430506924dd2afe4f118e785ae8b38f8677c2428
Add Static Single Information construction pass written by André Tavares!
Use it by requiring it through the pass manager, then calling its createSSI
method on the variables that you want in SSI form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74780 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/SSI.h [new file with mode: 0644]
lib/Transforms/Utils/SSI.cpp [new file with mode: 0644]