BBVectorize: Call a DAG and DAG instead of a tree
authorHal Finkel <hfinkel@anl.gov>
Fri, 15 Feb 2013 17:20:54 +0000 (17:20 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 15 Feb 2013 17:20:54 +0000 (17:20 +0000)
commit89909397a1d3ca5df01333d5e38938430f0df51c
treee9d8b8e15b8f6636777bb341dfaef0d2353af81a
parent23e8e0c7ea1fb149e69c5b506a387dee22d925e9
BBVectorize: Call a DAG and DAG instead of a tree

Several functions and variable names used the term 'tree' to refer
to what is actually a DAG. Correcting this mistake will, hopefully,
prevent confusion in the future.

No functionality change intended.

llvm-svn: 175278
llvm/lib/Transforms/Vectorize/BBVectorize.cpp