This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fix missing colon in CHECK directives
ClosedPublic

Authored by aabhinavg on Feb 20 2023, 9:20 AM.

Diff Detail

Event Timeline

aabhinavg created this revision.Feb 20 2023, 9:20 AM
aabhinavg requested review of this revision.Feb 20 2023, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 9:20 AM
fhahn accepted this revision.Feb 20 2023, 9:30 AM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision is now accepted and ready to land.Feb 20 2023, 9:30 AM
This revision was landed with ongoing or failed builds.Feb 20 2023, 10:42 AM
This revision was automatically updated to reflect the committed changes.
spatel added a subscriber: spatel.Feb 20 2023, 11:09 AM
spatel added inline comments.
llvm/test/Transforms/InstCombine/2008-01-06-VoidCast.ll
9

Not sure if that ancient 'uses' comment passes on any other target, but it was failing on macOS.
I updated with:
36014a71ebd0

aabhinavg added inline comments.Feb 20 2023, 11:22 AM
llvm/test/Transforms/InstCombine/2008-01-06-VoidCast.ll
9

Thanks for update.