Fix combined function index abbrev (NFC)
authorTeresa Johnson <tejohnson@google.com>
Thu, 8 Oct 2015 13:52:56 +0000 (13:52 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 8 Oct 2015 13:52:56 +0000 (13:52 +0000)
commit9fc5fac691a77f9bb329c40893a637a954d379ec
treee256f03c1d1eab53bc7594e7f0539e1f0942b899
parentf53283b3ae5a38a1f0d159864f84c36c13534d62
Fix combined function index abbrev (NFC)

Removed an unused abbrev op in the VST_CODE_COMBINED_FNENTRY abbrev.

I noticed while writing/testing an array string dumper for
llvm-bcanalyze that the combined function's VST entry abbrevs contained
an old field that I am not using. Everything was working fine since the
bitcode writer and reader were in sync on how the record fields were
actually being set up and interpreted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249691 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp