This is an archive of the discontinued LLVM Phabricator instance.

[examples] Fix llvm.memset prototype in BrainF example.
ClosedPublic

Authored by rickyz on May 7 2020, 2:53 PM.

Details

Summary

Commit 1e68724d24ba38de7c7cdb2e1939d78c8b37cc0d removed the alignment
argument from the memset intrinsic. Update the BrainF example to match.

Diff Detail

Event Timeline

rickyz created this revision.May 7 2020, 2:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 2:53 PM
jyknight accepted this revision.May 7 2020, 3:52 PM

Sounds good. Do you have commit access, or do you need me to commit this for you?

This revision is now accepted and ready to land.May 7 2020, 3:52 PM
rickyz added a comment.May 7 2020, 3:59 PM

I don't have commit access, so I think you'll have to commit it - thanks!

This revision was automatically updated to reflect the committed changes.