Makes EmitRecord() accepting ArrayRef and raw array (NFC)
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 10 Sep 2015 01:45:55 +0000 (01:45 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 10 Sep 2015 01:45:55 +0000 (01:45 +0000)
commit7c18ca64e5ddf3ef63f8d7d06e9d8f0380d6a73e
tree769d88e0562ace9ac36f59a0204d5ec657ef6ad7
parentd636e64cbcb85252ffe281d640b9a42ff608d832
Makes EmitRecord() accepting ArrayRef and raw array (NFC)

After r247186, a vector is no longer needed as the push_front for
the code is removed.

From: Mehdi Amini <mehdi.amini@apple.com>

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