We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1e73e7 + d28a85a commit d28eb4aCopy full SHA for d28eb4a
lib/Backend/FlowGraph.cpp
@@ -3958,7 +3958,6 @@ bool FlowGraph::UnsignedCmpPeep(IR::Instr *cmpInstr)
3958
}
3959
3960
IR::ByteCodeUsesInstr * bytecodeInstr = IR::ByteCodeUsesInstr::New(cmpInstr);
3961
- cmpInstr->InsertAfter(bytecodeInstr);
3962
3963
if (cmpSrc1 != newSrc1)
3964
{
@@ -3997,6 +3996,7 @@ bool FlowGraph::UnsignedCmpPeep(IR::Instr *cmpInstr)
3997
3996
3998
3999
+ cmpInstr->InsertBefore(bytecodeInstr);
4000
return true;
4001
4002
0 commit comments