mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Fix typo.
llvm-svn: 56037
This commit is contained in:
parent
4dc9d148b5
commit
1ac90281be
@ -1029,10 +1029,10 @@ bool SimpleRegisterCoalescing::JoinCopy(CopyRec &TheCopy, bool &Again) {
|
||||
mri_->getRegClass(isExtSubReg ? SrcReg : DstReg);
|
||||
if (isExtSubReg) {
|
||||
RealDstReg = getMatchingSuperReg(DstReg, SubIdx, RC, tri_);
|
||||
assert(RealDstReg && "Invalid extra_subreg instruction!");
|
||||
assert(RealDstReg && "Invalid extract_subreg instruction!");
|
||||
} else {
|
||||
RealSrcReg = getMatchingSuperReg(SrcReg, SubIdx, RC, tri_);
|
||||
assert(RealSrcReg && "Invalid extra_subreg instruction!");
|
||||
assert(RealSrcReg && "Invalid extract_subreg instruction!");
|
||||
}
|
||||
|
||||
// For this type of EXTRACT_SUBREG, conservatively
|
||||
|
Loading…
Reference in New Issue
Block a user