Skip to content

Commit

Permalink
Add OMROpcodes header in VP
Browse files Browse the repository at this point in the history
Forgot to add OMROpcodes.hpp in
ValuePropagationTable.hpp.

Signed-off-by: Batyr Nuryyev <nuryyev@ualberta.ca>
  • Loading branch information
oneturkmen committed Nov 6, 2020
1 parent 54c783e commit dbd2e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/optimizer/ValuePropagationTable.hpp
Expand Up @@ -22,6 +22,8 @@
#ifndef VALUEPROPAGATIONTABLE_INCL
#define VALUEPROPAGATIONTABLE_INCL

#include "il/OMROpcodes.hpp"

TR::Node *constrainAcall(OMR::ValuePropagation *vp, TR::Node *node);
TR::Node *constrainAConst(OMR::ValuePropagation *vp, TR::Node *node);
TR::Node *constrainAdd(OMR::ValuePropagation *vp, TR::Node *node);
Expand Down

0 comments on commit dbd2e28

Please sign in to comment.