summaryrefslogtreecommitdiff
path: root/src/jit/nodeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/nodeinfo.h')
-rw-r--r--src/jit/nodeinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/nodeinfo.h b/src/jit/nodeinfo.h
index 1937cc4377..5f03da2776 100644
--- a/src/jit/nodeinfo.h
+++ b/src/jit/nodeinfo.h
@@ -25,7 +25,6 @@ public:
dstCandsIndex = 0;
internalCandsIndex = 0;
isLocalDefUse = false;
- isHelperCallWithKills = false;
isLsraAdded = false;
isDelayFree = false;
hasDelayFreeSrc = false;
@@ -117,9 +116,6 @@ public:
// nodes, or top-level nodes that are non-void.
unsigned char isLocalDefUse : 1;
- // isHelperCallWithKills is set when this is a helper call that kills more than just its in/out regs.
- unsigned char isHelperCallWithKills : 1;
-
// Is this node added by LSRA, e.g. as a resolution or copy/reload move.
unsigned char isLsraAdded : 1;