We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0971fbf + d8ce19a commit 47f0e08Copy full SHA for 47f0e08
llvm/include/llvm/CodeGen/MachineFrameInfo.h
@@ -839,7 +839,7 @@ class MachineFrameInfo {
839
static SmallVector<MachineBasicBlock *> constructSaveRestorePoints(
840
ArrayRef<MachineBasicBlock *> SRPoints,
841
const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &BBMap) {
842
- SmallVector<MachineBasicBlock *, 4> Pts;
+ SmallVector<MachineBasicBlock *> Pts;
843
for (auto &Src : SRPoints)
844
Pts.push_back(BBMap.find(Src)->second);
845
return Pts;
0 commit comments