This is an archive of the discontinued LLVM Phabricator instance.

[TimeProfiler] Fix some style issues. NFC
ClosedPublic

Authored by MaskRay on Apr 14 2020, 1:51 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Apr 14 2020, 1:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2020, 1:51 PM
russell.gallop accepted this revision.Apr 15 2020, 3:08 AM

LGTM, with assertion messages adjusted.

llvm/lib/Support/TimeProfiler.cpp
124–129

Assertion messages also need adjusting. Write -> write.

This revision is now accepted and ready to land.Apr 15 2020, 3:08 AM
broadwaylamb accepted this revision.Apr 15 2020, 3:17 AM
MaskRay updated this revision to Diff 257721.Apr 15 2020, 8:02 AM
MaskRay marked an inline comment as done.

Address comment

This revision was automatically updated to reflect the committed changes.