mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Use SmallVector instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3577e38c2b
commit
1e060f0242
@ -2560,7 +2560,7 @@ public:
|
||||
"(N.getOperand(N.getNumOperands()-1).getValueType() == MVT::Flag);");
|
||||
}
|
||||
if (HasVarOps)
|
||||
emitCode("std::vector<SDOperand> Ops;");
|
||||
emitCode("SmallVector<SDOperand, 8> Ops;");
|
||||
|
||||
// How many results is this pattern expected to produce?
|
||||
unsigned PatResults = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user