OSDN Git Service

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)
commitf64a7a83bea5f1d2ab1e71231616c6cb0487d56e
tree92a16558a2712c108c66f5c3530e7eeed3ae50e9
parentad079b274d6ecd3e36fb98099864baeeeb96ac82
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/BBVectorize.cpp