update assert message

llvm-svn: 31093
This commit is contained in:
Chris Lattner 2006-10-21 04:42:29 +00:00
parent 60c9d4dc76
commit 20e75d4635
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ void X86InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
return;
}
assert(Cond.size() == 1 && "X86 branch conditions have two components!");
assert(Cond.size() == 1 && "X86 branch conditions have one component!");
// Conditional branch.
unsigned Opc = GetCondBranchFromCond((X86::CondCode)Cond[0].getImm());