Skip to content

Commit

Permalink
[X86][GISel] Fix typo in comment. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Oct 26, 2019
1 parent edb1a1d commit a6a37e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86InstructionSelector.cpp
Expand Up @@ -1219,7 +1219,7 @@ bool X86InstructionSelector::emitExtractSubreg(unsigned DstReg, unsigned SrcReg,

if (!RBI.constrainGenericRegister(SrcReg, *SrcRC, 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;
}

Expand Down

0 comments on commit a6a37e8

Please sign in to comment.