mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 03:37:47 +00:00
Didn't mean to export this function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91c5346d91
commit
b2a6d8100c
@ -468,6 +468,7 @@ typedef SmallVector<uint16_t, 4> DiffVec;
|
||||
|
||||
// Differentially encode a sequence of numbers into V. The starting value and
|
||||
// terminating 0 are not added to V, so it will have the same size as List.
|
||||
static
|
||||
DiffVec &diffEncode(DiffVec &V, unsigned InitVal, ArrayRef<unsigned> List) {
|
||||
assert(V.empty() && "Clear DiffVec before diffEncode.");
|
||||
uint16_t Val = uint16_t(InitVal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user