File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ struct MVMSpeshFacts {
31
31
#define MVM_SPESH_FACT_CONCRETE 8 /* Know it's a concrete object. */
32
32
#define MVM_SPESH_FACT_TYPEOBJ 16 /* Know it's a type object. */
33
33
#define MVM_SPESH_FACT_KNOWN_DECONT_TYPE 32 /* Has a known type after decont. */
34
- #define MVM_SPESH_FACT_DECONT_CONCRETE 64 /* Is concrete after after decont. */
35
- #define MVM_SPESH_FACT_DECONT_TYPEOBJ 128 /* Is a type object after after decont. */
34
+ #define MVM_SPESH_FACT_DECONT_CONCRETE 64 /* Is concrete after decont. */
35
+ #define MVM_SPESH_FACT_DECONT_TYPEOBJ 128 /* Is a type object after decont. */
36
36
37
37
/* Discovers spesh facts and builds up information about them. */
38
38
void MVM_spesh_facts_discover (MVMThreadContext * tc , MVMSpeshGraph * g );
You can’t perform that action at this time.
0 commit comments