This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] [SSP] Fix stack guard load for 32-bit.
ClosedPublic

Authored by koriakin on Apr 21 2016, 4:12 AM.

Details

Summary

r266809 incorrectly used LD to load the stack guard, it should be LWZ.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [PowerPC] [SSP] Fix stack guard load for 32-bit..
koriakin updated this object.
koriakin added reviewers: hfinkel, timshen, echristo.
koriakin set the repository for this revision to rL LLVM.
koriakin added a subscriber: llvm-commits.
timshen accepted this revision.Apr 21 2016, 10:04 AM
timshen edited edge metadata.

Sorry, my bad. Thanks!

This revision is now accepted and ready to land.Apr 21 2016, 10:04 AM
This revision was automatically updated to reflect the committed changes.