Skip to content

Commit 6e5271b

Browse files
author
git apple-llvm automerger
committed
Merge commit '616737c38677' from llvm.org/main into next
2 parents bf78a01 + 616737c commit 6e5271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/CompressInstEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class CompressInstEmitter {
122122
enum EmitterType { Compress, Uncompress, CheckCompress };
123123
const RecordKeeper &Records;
124124
const CodeGenTarget Target;
125-
SmallVector<CompressPat, 4> CompressPatterns;
125+
std::vector<CompressPat> CompressPatterns;
126126

127127
void addDagOperandMapping(const Record *Rec, const DagInit *Dag,
128128
const CodeGenInstruction &Inst,

0 commit comments

Comments
 (0)