[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
authorFlorian Hahn <florian.hahn@arm.com>
Wed, 14 Nov 2018 13:33:44 +0000 (13:33 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Wed, 14 Nov 2018 13:33:44 +0000 (13:33 +0000)
commit02cb67deb9644f8df8665c856e3a84d1fd83eb92
tree1a169e532af6c576c01b8bbb131e9a4eab4f4c35
parente414b0387846653902cacacfc2d76fbed1fc26a4
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.

The caller should take care of only calling it with debug enabled.

llvm-svn: 346860
llvm/lib/Transforms/Vectorize/VPlanSLP.cpp