Ifdef out Compiler::lvaVarPref (#15329)
authormikedn <onemihaid@hotmail.com>
Fri, 2 Feb 2018 15:00:26 +0000 (17:00 +0200)
committerJan Kotas <jkotas@microsoft.com>
Fri, 2 Feb 2018 15:00:26 +0000 (07:00 -0800)
src/jit/compiler.h

index 3303934..4913be3 100644 (file)
@@ -2460,11 +2460,10 @@ public:
 #ifdef LEGACY_BACKEND
     // variable interference graph
     VARSET_TP lvaVarIntf[lclMAX_TRACKED];
-#endif
 
     // variable preference graph
     VARSET_TP lvaVarPref[lclMAX_TRACKED];
-
+#endif
 #if DOUBLE_ALIGN
 #ifdef DEBUG
     // # of procs compiled a with double-aligned stack