OSDN Git Service

Remove a useless check in BBVectorize.
authorHal Finkel <hfinkel@anl.gov>
Thu, 28 Jun 2012 05:42:43 +0000 (05:42 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 28 Jun 2012 05:42:43 +0000 (05:42 +0000)
commita9ad9f64d56890852ff92639935eaf72b1157a98
treebafe0436d25b554488003d0391440d57e2099ca2
parent64e1b28643d87e70734deb5f3d2d298e859c2fd2
Remove a useless check in BBVectorize.

A shuffle mask will always be a constant, but I did not realize that
when I originally wrote the code.

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