summaryrefslogtreecommitdiff
path: root/src/jit/lsraarm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/lsraarm.cpp')
-rw-r--r--src/jit/lsraarm.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/lsraarm.cpp b/src/jit/lsraarm.cpp
index 05a02381cf..db6cff70d1 100644
--- a/src/jit/lsraarm.cpp
+++ b/src/jit/lsraarm.cpp
@@ -20,8 +20,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#pragma hdrstop
#endif
-#ifndef LEGACY_BACKEND // This file is ONLY used for the RyuJIT backend that uses the linear scan register allocator
-
#ifdef _TARGET_ARM_
#include "jit.h"
@@ -802,5 +800,3 @@ void LinearScan::BuildNode(GenTree* tree)
}
#endif // _TARGET_ARM_
-
-#endif // !LEGACY_BACKEND