mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
update assert message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12143054aa
commit
2a445add12
@ -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…
Reference in New Issue
Block a user