Fix comment.

llvm-svn: 191505
This commit is contained in:
Tilmann Scheller 2013-09-27 10:38:11 +00:00
parent 88c8f16558
commit 041f717680
1 changed files with 1 additions and 1 deletions

View File

@ -5358,7 +5358,7 @@ validateInstruction(MCInst &Inst,
case ARM::t2LDRDi8:
case ARM::t2LDRD_PRE:
case ARM::t2LDRD_POST: {
// Rt2 must different from Rt.
// Rt2 must be different from Rt.
unsigned Rt = MRI->getEncodingValue(Inst.getOperand(0).getReg());
unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg());
if (Rt2 == Rt)