This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][FIX] AAPointerInfo fix uninitialized usage.
AcceptedPublic

Authored by kuter on Aug 16 2021, 4:31 PM.

Details

Summary

Valgrind complains about AAPoineterInfo::handleAccess branching
on a uninitialized variable. This patch fixes the problem.

Diff Detail

Event Timeline

kuter created this revision.Aug 16 2021, 4:31 PM
kuter requested review of this revision.Aug 16 2021, 4:31 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
jdoerfert accepted this revision.Aug 16 2021, 10:08 PM

LG, feel free to commit these.

This revision is now accepted and ready to land.Aug 16 2021, 10:08 PM