This is an archive of the discontinued LLVM Phabricator instance.

[X86]: Make param names in header and body match for isCalleePop
ClosedPublic

Authored by kbsmith1 on Jan 15 2016, 3:48 PM.

Details

Summary

I noticed that a paramter name got changed in the implementation of isCalleePop,
but didn't get changed in the header. This simply fixes the header to match the
body change.

Diff Detail

Repository
rL LLVM

Event Timeline

kbsmith1 updated this revision to Diff 45045.Jan 15 2016, 3:48 PM
kbsmith1 retitled this revision from to [X86]: Make param names in header and body match for isCalleePop.
kbsmith1 updated this object.
kbsmith1 added a reviewer: rnk.
kbsmith1 added a subscriber: llvm-commits.
rnk accepted this revision.Jan 15 2016, 4:04 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jan 15 2016, 4:04 PM
This revision was automatically updated to reflect the committed changes.