summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-07-26 17:42:37 -0700
committerGitHub <noreply@github.com>2016-07-26 17:42:37 -0700
commite87474f996da7118fd776c358682077a643dfec0 (patch)
tree93d92755ba509ebf024d2a4e73a9cf7544109091 /src/jit/compiler.h
parent3516aaecba009c5d4da8e099a717d796912bb629 (diff)
parent43e5f18ff826058a4de71491a378e5b94ecec919 (diff)
downloadcoreclr-e87474f996da7118fd776c358682077a643dfec0.tar.gz
coreclr-e87474f996da7118fd776c358682077a643dfec0.tar.bz2
coreclr-e87474f996da7118fd776c358682077a643dfec0.zip
Merge pull request #6401 from AndyAyersMS/PropagateOptMethodFlags
Jit: fix issues with optMethodFlags
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 664206ffd7..3584042dbb 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -5544,7 +5544,7 @@ public:
};
#define OMF_HAS_NEWARRAY 0x00000001 // Method contains 'new' of an array
-#define OMF_HAS_NEWOBJ 0x00800002 // Method contains 'new' of an object type.
+#define OMF_HAS_NEWOBJ 0x00000002 // Method contains 'new' of an object type.
#define OMF_HAS_ARRAYREF 0x00000004 // Method contains array element loads or stores.
#define OMF_HAS_VTABLEREF 0x00000008 // Method contains method table reference.
@@ -5561,8 +5561,6 @@ public:
OPK_OBJ_GETTYPE
};
- bool impHasArrayRef;
-
bool gtIsVtableRef(GenTreePtr tree);
GenTreePtr getArrayLengthFromAllocation(GenTreePtr tree);
GenTreePtr getObjectHandleNodeFromAllocation(GenTreePtr tree);
@@ -5573,7 +5571,6 @@ public:
bool optDoEarlyPropForFunc();
void optEarlyProp();
-
#if ASSERTION_PROP
/**************************************************************************
* Value/Assertion propagation