Skip to content

Commit

Permalink
Missing return
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Gracie <charlie.gracie@gmail.com>
  • Loading branch information
charliegracie committed Apr 17, 2019
1 parent a7063e5 commit 30b695f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/il/OMRILOps.hpp
Expand Up @@ -804,6 +804,7 @@ class ILOpCode
case TR::Int64: return TR::ludiv;
default: TR_ASSERT(0, "no unsigned div opcode for this datatype");
}
return TR::BadILOp;
}

static TR::ILOpCodes remainderOpCode(TR::DataType type)
Expand Down

0 comments on commit 30b695f

Please sign in to comment.