SSI needs to require DT and DF transitively, since it uses them outside of its runOnF...
authorOwen Anderson <resistor@mac.com>
Sun, 4 Oct 2009 17:47:39 +0000 (17:47 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 4 Oct 2009 17:47:39 +0000 (17:47 +0000)
commit7aa3c781b4e3acadcdd7094deed14aa2e76ab625
tree38c9081c63bb8b965275b37ad71a68652c516cbf
parent144034eace3cea6473b3e0f95a680995a4b3454e
SSI needs to require DT and DF transitively, since it uses them outside of its runOnFunction.
Similarly, it can be marked setPreservesAll, since it does no work in its runOnFunction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83282 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SSI.cpp