Skip to content

Commit d3df2c3

Browse files
committed
!fixup update after merging 5b85e4b.
1 parent 069767b commit d3df2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ void VPPhi::execute(VPTransformState &State) {
11041104
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
11051105
void VPPhi::print(raw_ostream &O, const Twine &Indent,
11061106
VPSlotTracker &SlotTracker) const {
1107-
O << Indent << "EMIT ";
1107+
O << Indent << "EMIT" << (isSingleScalar() ? "-SCALAR" : "") << " ";
11081108
printAsOperand(O, SlotTracker);
11091109
const VPBasicBlock *Parent = getParent();
11101110
if (Parent == Parent->getPlan()->getScalarPreheader()) {

0 commit comments

Comments
 (0)