Skip to content

Commit 43deb2d

Browse files
cdevadasarsenm
authored andcommitted
Update llvm/lib/CodeGen/VirtRegMap.cpp
1 parent 6352d8e commit 43deb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/VirtRegMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ void VirtRegRewriter::rewrite() {
598598
SmallVector<Register, 8> SuperDefs;
599599
SmallVector<Register, 8> SuperKills;
600600

601-
const bool IsFailedAlloc = !MF->getProperties().hasProperty(
601+
const bool IsFailedAlloc = MF->getProperties().hasProperty(
602602
MachineFunctionProperties::Property::FailedRegAlloc);
603603
for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end();
604604
MBBI != MBBE; ++MBBI) {

0 commit comments

Comments
 (0)