forked from OSchip/llvm-project
Add missing break. Patch by Artur Pietrek!
llvm-svn: 75628
This commit is contained in:
parent
ed28f6e433
commit
1c0fecfcc3
|
@ -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…
Reference in New Issue