Fix a copy+pasto in an assertion message.

llvm-svn: 61217
This commit is contained in:
Dan Gohman 2008-12-18 22:07:25 +00:00
parent 451afdd9fe
commit d38c00c85b
1 changed files with 1 additions and 1 deletions

View File

@ -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;