mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
Add missing break. Patch by Artur Pietrek!
llvm-svn: 75628
This commit is contained in:
parent
c0f30f5384
commit
80da762d21
@ -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
Block a user