summaryrefslogtreecommitdiff
path: root/src/jit/target.h
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-09-15 18:08:09 -0400
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-09-25 14:13:50 -0400
commit95f69bf863b500c645a072bc7a46f52bbdb3c491 (patch)
tree4cbdbeebedf1b5cbbebdaf1dc1de052a14fc4f8c /src/jit/target.h
parentee79bb188e097b49f5ffcb36f0d7c86314d45579 (diff)
downloadcoreclr-95f69bf863b500c645a072bc7a46f52bbdb3c491.tar.gz
coreclr-95f69bf863b500c645a072bc7a46f52bbdb3c491.tar.bz2
coreclr-95f69bf863b500c645a072bc7a46f52bbdb3c491.zip
[Arm64] Use GTF_SET_FLAGS/GTF_USE_FLAGS
Diffstat (limited to 'src/jit/target.h')
-rw-r--r--src/jit/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/target.h b/src/jit/target.h
index 59bbdb492b..fd28796bd2 100644
--- a/src/jit/target.h
+++ b/src/jit/target.h
@@ -1533,7 +1533,7 @@ typedef unsigned short regPairNoSmall; // arm: need 12 bits
#define FEATURE_MULTIREG_STRUCT_PROMOTE 1 // True when we want to promote fields of a multireg struct into registers
#define FEATURE_FASTTAILCALL 1 // Tail calls made as epilog+jmp
#define FEATURE_TAILCALL_OPT 1 // opportunistic Tail calls (i.e. without ".tail" prefix) made as fast tail calls.
- #define FEATURE_SET_FLAGS 1 // Set to true to force the JIT to mark the trees with GTF_SET_FLAGS when the flags need to be set
+ #define FEATURE_SET_FLAGS 0 // Set to true to force the JIT to mark the trees with GTF_SET_FLAGS when the flags need to be set
#define FEATURE_MULTIREG_ARGS_OR_RET 1 // Support for passing and/or returning single values in more than one register
#define FEATURE_MULTIREG_ARGS 1 // Support for passing a single argument in more than one register
#define FEATURE_MULTIREG_RET 1 // Support for returning a single value in more than one register