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.
1 parent b91dbfd commit 3492e07Copy full SHA for 3492e07
llvm/lib/CodeGen/VirtRegMap.cpp
@@ -598,9 +598,8 @@ void VirtRegRewriter::rewrite() {
598
SmallVector<Register, 8> SuperDefs;
599
SmallVector<Register, 8> SuperKills;
600
601
- const bool IsValidAlloc = !MF->getProperties().hasProperty(
+ const bool IsFailedAlloc = !MF->getProperties().hasProperty(
602
MachineFunctionProperties::Property::FailedRegAlloc);
603
-
604
for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end();
605
MBBI != MBBE; ++MBBI) {
606
LLVM_DEBUG(MBBI->print(dbgs(), Indexes));
0 commit comments