This is an archive of the discontinued LLVM Phabricator instance.

Fix typo in SLPVectorizer.cpp
ClosedPublic

Authored by ArchDRobison on Mar 24 2014, 8:19 AM.

Details

Summary

When some logic in SLPVectorizer was extended from pairs to lists, the word "pair" in a debug message was not likewise changed. This patch changes the word from "pair" to "list".

Diff Detail

Event Timeline

ArchDRobison updated this revision to Unknown Object (????).Mar 24 2014, 2:49 PM

Updated to include another typo. Should the two typos be in separate patches?

nadav added a comment.Mar 24 2014, 9:09 PM

One patch is okay. The patch LGTM.

dblaikie accepted this revision.Apr 5 2014, 1:37 PM
dblaikie closed this revision.