mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 11:57:07 +00:00
Correctly spell 'unconditional'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
36f506eddb
commit
02a453074d
@ -63,7 +63,7 @@ X86InstrInfo::reverseBranchCondition(MachineBasicBlock::iterator MI) const {
|
||||
case X86::JLE: ROpcode = X86::JG;
|
||||
case X86::JG: ROpcode = X86::JLE;
|
||||
default:
|
||||
assert(0 && "Cannot reverse uncodnitional branches!");
|
||||
assert(0 && "Cannot reverse unconditional branches!");
|
||||
}
|
||||
MachineBasicBlock* MBB = MI->getParent();
|
||||
MachineBasicBlock* TMBB = MI->getOperand(0).getMachineBasicBlock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user