mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 23:37:33 +00:00
Add missing break. Patch by Artur Pietrek!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
314fa8e40a
commit
e9fd67e2c6
@ -896,6 +896,7 @@ void MSILWriter::printICmpInstruction(unsigned Predicate, const Value* Left,
|
||||
break;
|
||||
case ICmpInst::ICMP_UGT:
|
||||
printBinaryInstruction("cgt.un",Left,Right);
|
||||
break;
|
||||
case ICmpInst::ICMP_SGT:
|
||||
printBinaryInstruction("cgt",Left,Right);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user