Remove the use of LPPassManager. We can remove LPM because we dont need to run any...
authorNadav Rotem <nrotem@apple.com>
Fri, 30 Nov 2012 17:27:53 +0000 (17:27 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 30 Nov 2012 17:27:53 +0000 (17:27 +0000)
commit6b494be886105f7cc2b05a49564dfd58c5fa6937
treec04481fe41b241b600dbf35c3a34f4ceca231843
parentad9c530f7c0c92eaa8d6f98d9aca164b8dfa0365
Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop.

llvm-svn: 169016
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp