This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Fix PR39021.
ClosedPublic

Authored by courbet on Sep 21 2018, 1:28 AM.

Details

Summary

The set statements was incorrectly reading the value of the local variable and
setting the value of the parent variable.

Diff Detail

Event Timeline

courbet created this revision.Sep 21 2018, 1:28 AM
tycho accepted this revision.Sep 21 2018, 5:33 AM
This revision is now accepted and ready to land.Sep 21 2018, 5:33 AM
gchatelet accepted this revision.Sep 21 2018, 6:31 AM
courbet closed this revision.Sep 24 2018, 7:09 AM

This was committed as r342865.