forked from OSchip/llvm-project
[X86][GISel] Fix typo in comment. NFC
This commit is contained in:
parent
edb1a1de1b
commit
a6a37e820c
llvm/lib/Target/X86
|
@ -1219,7 +1219,7 @@ bool X86InstructionSelector::emitExtractSubreg(unsigned DstReg, unsigned SrcReg,
|
||||||
|
|
||||||
if (!RBI.constrainGenericRegister(SrcReg, *SrcRC, MRI) ||
|
if (!RBI.constrainGenericRegister(SrcReg, *SrcRC, MRI) ||
|
||||||
!RBI.constrainGenericRegister(DstReg, *DstRC, MRI)) {
|
!RBI.constrainGenericRegister(DstReg, *DstRC, MRI)) {
|
||||||
LLVM_DEBUG(dbgs() << "Failed to constrain G_TRUNC\n");
|
LLVM_DEBUG(dbgs() << "Failed to constrain EXTRACT_SUBREG\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue