mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 01:20:40 +00:00
update assert message
llvm-svn: 31093
This commit is contained in:
parent
52a4558cf2
commit
596c126372
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user