Skip to content

Commit

Permalink
Update vnot IL Opcode Properties
Browse files Browse the repository at this point in the history
This commit corrects the IL Opcode properties of vnot so that it will
be of the same type as the node's children.

Signed-off-by: Md. Alvee Noor <mnoor@unb.ca>
  • Loading branch information
alvee-unb committed May 7, 2021
1 parent d96f2b3 commit 0ebad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/il/OMROpcodes.enum
Original file line number Diff line number Diff line change
Expand Up @@ -6490,8 +6490,8 @@ OPCODE_MACRO(\
/* .properties2 = */ ILProp2::ValueNumberShare | ILProp2::SupportedForPRE, \
/* .properties3 = */ 0, \
/* .properties4 = */ 0, \
/* .dataType = */ TR::VectorInt32, \
/* .typeProperties = */ ILTypeProp::Size_16 | ILTypeProp::Integer | ILTypeProp::Vector, \
/* .dataType = */ TR::NoType, \
/* .typeProperties = */ ILTypeProp::Size_16 | ILTypeProp::HasNoDataType | ILTypeProp::Vector, \
/* .childProperties = */ ONE_CHILD(ILChildProp::UnspecifiedChildType), \
/* .swapChildrenOpCode = */ TR::BadILOp, \
/* .reverseBranchOpCode = */ TR::BadILOp, \
Expand Down

0 comments on commit 0ebad75

Please sign in to comment.