forked from OSchip/llvm-project
Fix a copy+pasto in an assertion message.
llvm-svn: 61217
This commit is contained in:
parent
451afdd9fe
commit
d38c00c85b
|
@ -76,7 +76,7 @@ bool LowerSubregsInstructionPass::LowerExtract(MachineInstr *MI) {
|
|||
assert(TargetRegisterInfo::isPhysicalRegister(SuperReg) &&
|
||||
"Extract supperg source must be a physical register");
|
||||
assert(TargetRegisterInfo::isPhysicalRegister(DstReg) &&
|
||||
"Insert destination must be in a physical register");
|
||||
"Extract destination must be in a physical register");
|
||||
|
||||
DOUT << "subreg: CONVERTING: " << *MI;
|
||||
|
||||
|
|
Loading…
Reference in New Issue