summaryrefslogtreecommitdiff
path: root/src/compiler/Dataflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/Dataflow.h')
-rw-r--r--src/compiler/Dataflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Dataflow.h b/src/compiler/Dataflow.h
index cd2b1cb5cc..22a03b7f15 100644
--- a/src/compiler/Dataflow.h
+++ b/src/compiler/Dataflow.h
@@ -108,7 +108,7 @@ typedef enum DataFlowAttributePos {
#define DF_IS_GETTER_OR_SETTER (DF_IS_GETTER | DF_IS_SETTER)
#define DF_USES_FP (DF_FP_A | DF_FP_B | DF_FP_C)
-extern int oatDataFlowAttributes[kMirOpLast];
+extern const int oatDataFlowAttributes[kMirOpLast];
typedef struct BasicBlockDataFlow {
ArenaBitVector* useV;