Skip to content

Commit 1e3a344

Browse files
committed
[CodeGen] Update a comment from NoSSA to IsSSA
1 parent 8f33995 commit 1e3a344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/CodeGen/MachineVerifier.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,9 +2163,9 @@ MachineVerifier::visitMachineOperand(const MachineOperand *MO, unsigned MONum) {
21632163

21642164
// Verify two-address constraints after the twoaddressinstruction pass.
21652165
// Both twoaddressinstruction pass and phi-node-elimination pass call
2166-
// MRI->leaveSSA() to set MF as NoSSA, we should do the verification after
2167-
// twoaddressinstruction pass not after phi-node-elimination pass. So we
2168-
// shouldn't use the NoSSA as the condition, we should based on
2166+
// MRI->leaveSSA() to set MF as not IsSSA, we should do the verification
2167+
// after twoaddressinstruction pass not after phi-node-elimination pass. So
2168+
// we shouldn't use the IsSSA as the condition, we should based on
21692169
// TiedOpsRewritten property to verify two-address constraints, this
21702170
// property will be set in twoaddressinstruction pass.
21712171
unsigned DefIdx;

0 commit comments

Comments
 (0)