summaryrefslogtreecommitdiff
path: root/src/jit/target.h
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2018-06-16 20:04:09 +0300
committerMike Danes <onemihaid@hotmail.com>2018-06-30 22:34:08 +0300
commitc991031d4cfb8c82bd0d9c736e584e1c8c329d4b (patch)
treec8e5c95d22ef2d8646dc73bcb3de6b36c1106511 /src/jit/target.h
parent95770ac26b3a37dcefc1a1cd4b74884642a64783 (diff)
downloadcoreclr-c991031d4cfb8c82bd0d9c736e584e1c8c329d4b.tar.gz
coreclr-c991031d4cfb8c82bd0d9c736e584e1c8c329d4b.tar.bz2
coreclr-c991031d4cfb8c82bd0d9c736e584e1c8c329d4b.zip
Remove unused Compiler members
Diffstat (limited to 'src/jit/target.h')
-rw-r--r--src/jit/target.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/target.h b/src/jit/target.h
index c374b0dbd7..9771f9a5d9 100644
--- a/src/jit/target.h
+++ b/src/jit/target.h
@@ -225,7 +225,6 @@ typedef unsigned char regNumberSmall;
#define CPU_HAS_FP_SUPPORT 1
#define ROUND_FLOAT 1 // round intermed float expression results
#define CPU_HAS_BYTE_REGS 1
- #define CPU_USES_BLOCK_MOVE 1
// TODO-CQ: Fine tune the following xxBlk threshold values:
@@ -513,7 +512,6 @@ typedef unsigned char regNumberSmall;
#define CPU_HAS_FP_SUPPORT 1
#define ROUND_FLOAT 0 // Do not round intermed float expression results
#define CPU_HAS_BYTE_REGS 0
- #define CPU_USES_BLOCK_MOVE 1
#define CPBLK_MOVS_LIMIT 16 // When generating code for CpBlk, this is the buffer size
// threshold to stop generating rep movs and switch to the helper call.
@@ -918,7 +916,6 @@ typedef unsigned char regNumberSmall;
#define CPU_HAS_FP_SUPPORT 1
#define ROUND_FLOAT 0 // Do not round intermed float expression results
#define CPU_HAS_BYTE_REGS 0
- #define CPU_USES_BLOCK_MOVE 0
#define CPBLK_UNROLL_LIMIT 32 // Upper bound to let the code generator to loop unroll CpBlk.
#define INITBLK_UNROLL_LIMIT 32 // Upper bound to let the code generator to loop unroll InitBlk.
@@ -1219,7 +1216,6 @@ typedef unsigned char regNumberSmall;
#define CPU_HAS_FP_SUPPORT 1
#define ROUND_FLOAT 0 // Do not round intermed float expression results
#define CPU_HAS_BYTE_REGS 0
- #define CPU_USES_BLOCK_MOVE 0
#define CPBLK_UNROLL_LIMIT 64 // Upper bound to let the code generator to loop unroll CpBlk.
#define INITBLK_UNROLL_LIMIT 64 // Upper bound to let the code generator to loop unroll InitBlk.