History log of /llvm-project/llvm/lib/Transforms/Utils/SSAUpdater.cpp (Results 101 – 102 of 102)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 65e69a77 10-Oct-2009 Chris Lattner <sabre@nondot.org>

use a typedef instead of spelling out an insane type. Yay for auto someday.

llvm-svn: 83707


# 60d4e69c 10-Oct-2009 Chris Lattner <sabre@nondot.org>

Implement an efficient and fully general SSA update mechanism that
works on unstructured CFGs. This implements PR217, our oldest open PR.

llvm-svn: 83705


12345