summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2019-01-23 22:44:29 +0200
committerMike Danes <onemihaid@hotmail.com>2019-01-23 22:44:29 +0200
commitbae72694ddf8da1746a7231c4d36f0bd086de702 (patch)
tree50cd66fc5107ae8505503267a22ae8ec04a0c0d7
parent3d58487a9ef7f5b0fcb628f96c2af55c805a87c1 (diff)
downloadcoreclr-bae72694ddf8da1746a7231c4d36f0bd086de702.tar.gz
coreclr-bae72694ddf8da1746a7231c4d36f0bd086de702.tar.bz2
coreclr-bae72694ddf8da1746a7231c4d36f0bd086de702.zip
Remove obsolete LEGACY_BACKEND ifdef
-rw-r--r--src/jit/emit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 38e5438e3f..8a1d32afcf 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -216,14 +216,12 @@ private:
unsigned codePos; // the code position within the IG (see emitCurOffset())
};
-#ifndef LEGACY_BACKEND
enum class emitDataAlignment
{
None,
Preferred,
Required
};
-#endif
/************************************************************************/
/* The following describes an instruction group */