summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/vector.h
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-06-05 11:52:47 -0700
committerGitHub <noreply@github.com>2019-06-05 11:52:47 -0700
commitd7e49efa6b41afb2b7a9ee3adc8f0850b968562a (patch)
treec7a534aa702faf1b188d6fe54f1cab98f3efbdd4 /src/jit/jitstd/vector.h
parent5593c816a36784373cddeee748bd7d67e40bd611 (diff)
downloadcoreclr-d7e49efa6b41afb2b7a9ee3adc8f0850b968562a.tar.gz
coreclr-d7e49efa6b41afb2b7a9ee3adc8f0850b968562a.tar.bz2
coreclr-d7e49efa6b41afb2b7a9ee3adc8f0850b968562a.zip
Small fixes around AST nodes. (#24957)
* Fix MEASURE_NODE_SIZE and naming mistakes. * The additional fields were deleted in #14582 (~1.5 years ago). * Fix GT_INDEX_ADDR def. We created them as `new (this, GT_INDEX_ADDR) GenTreeIndexAddr` but used smaller `GenTreeIndex` as nessecary size. * Use LargeOpOpcode instead of GT_CALL.
Diffstat (limited to 'src/jit/jitstd/vector.h')
-rw-r--r--src/jit/jitstd/vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/jitstd/vector.h b/src/jit/jitstd/vector.h
index 3d57cbb304..3a33d5714c 100644
--- a/src/jit/jitstd/vector.h
+++ b/src/jit/jitstd/vector.h
@@ -255,7 +255,7 @@ private:
friend class vector;
};
-}// namespace jit_std
+}// namespace jitstd