This is an archive of the discontinued LLVM Phabricator instance.

Pass an optional "code" to EmitRecordWithAbbrevImpl()
AbandonedPublic

Authored by mehdi_amini on Sep 9 2015, 1:01 PM.

Details

Reviewers
dexonsmith
Summary

This avoids having EmitRecord() shifts the Vals array to insert the
code at the front.

Diff Detail

Event Timeline

mehdi_amini updated this revision to Diff 34361.Sep 9 2015, 1:01 PM
mehdi_amini retitled this revision from to Pass an optional "code" to EmitRecordWithAbbrevImpl().
mehdi_amini updated this object.
mehdi_amini added a reviewer: dexonsmith.
mehdi_amini added a subscriber: llvm-commits.
mehdi_amini abandoned this revision.Sep 9 2015, 2:33 PM

r247186. Thanks Teresa.