Bitcode: ArrayRef-ize EmitRecordWithAbbrev(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 9 Sep 2015 00:34:25 +0000 (00:34 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 9 Sep 2015 00:34:25 +0000 (00:34 +0000)
commit3db59a76ef82a4109e016e811c6e944813090e2b
treea07b646d5af1535784945567d9b034b504bd30a7
parent793616c0683e78783153dd48bfc9be00a1082b6b
Bitcode: ArrayRef-ize EmitRecordWithAbbrev(), NFC

Change `EmitRecordWithAbbrev()` and friends to take an `ArrayRef<T>`
instead of requiring a `SmallVectorImpl<T>`.  No functionality change
intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247107 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamWriter.h