This is an archive of the discontinued LLVM Phabricator instance.

[FuzzMutate] Pick correct index for the insertvalue instruction
ClosedPublic

Authored by igor-laevsky on Nov 23 2017, 7:59 AM.

Details

Summary

This fixes simple typo in the insertvalue descriptor. We need to pick index of the correctly typed element.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky created this revision.Nov 23 2017, 7:59 AM
igor-laevsky added a subscriber: llvm-commits.
igor-laevsky edited the summary of this revision. (Show Details)Nov 23 2017, 8:36 AM
bogner accepted this revision.Nov 27 2017, 4:42 PM

LGTM

This revision is now accepted and ready to land.Nov 27 2017, 4:42 PM
This revision was automatically updated to reflect the committed changes.