This is an archive of the discontinued LLVM Phabricator instance.

[X86][NFC] Rename 'Src' to 'Val'.
ClosedPublic

Authored by courbet on Apr 26 2017, 11:08 PM.

Details

Summary

'Src' looks like it was borrowed from memcpy, 'Val' makes more sense for
memset and is consistent with naming within the function.

(pulled out from D32481)

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.Apr 26 2017, 11:08 PM
courbet retitled this revision from [CodeGen][NFC] Rename 'Src' to 'Val'. to [X86][NFC] Rename 'Src' to 'Val'..Apr 26 2017, 11:15 PM
zvi accepted this revision.Apr 26 2017, 11:42 PM

LGTM, thanks

This revision is now accepted and ready to land.Apr 26 2017, 11:42 PM
This revision was automatically updated to reflect the committed changes.