This is an archive of the discontinued LLVM Phabricator instance.

Pass EphValues by const-ref as it is not modified in the callee
ClosedPublic

Authored by hiraditya on Jul 29 2016, 11:44 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hiraditya updated this revision to Diff 66154.Jul 29 2016, 11:44 AM
hiraditya retitled this revision from to Pass EphValues by const-ref as it is not modified in the callee.
hiraditya updated this object.
hiraditya added reviewers: hfinkel, jmolloy, eliben.
hiraditya added subscribers: spatel, sebpop.
hiraditya added a subscriber: llvm-commits.
sebpop accepted this revision.Jul 29 2016, 11:49 AM
sebpop added a reviewer: sebpop.

LGTM.

This revision is now accepted and ready to land.Jul 29 2016, 11:49 AM
This revision was automatically updated to reflect the committed changes.