Skip to content

Commit a7de688

Browse files
committed
add LLVM_DEBUG
1 parent 96862bd commit a7de688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,7 @@ class BoUpSLP {
36713671

36723672
if (UserTreeIdx.UserTE)
36733673
Last->UserTreeIndices.push_back(UserTreeIdx);
3674-
Last->dump();
3674+
LLVM_DEBUG(Last->dump());
36753675
return Last;
36763676
}
36773677

0 commit comments

Comments
 (0)