Fix build break for !FEATURE_FIXED_OUT_ARGS
authorSaeHie Park <saehie.park@samsung.com>
Fri, 24 Feb 2017 01:03:26 +0000 (10:03 +0900)
committerSaeHie Park <saehie.park@samsung.com>
Fri, 24 Feb 2017 01:15:08 +0000 (10:15 +0900)
Commit migrated from https://github.com/dotnet/coreclr/commit/3f21d76a5466838accb8e15cfa9c55a89743adf2

src/coreclr/src/jit/flowgraph.cpp

index 392ada1..5b4c7e2 100644 (file)
@@ -9074,14 +9074,13 @@ void Compiler::fgSimpleLowering()
                         }
                         break;
                     }
+#endif // FEATURE_FIXED_OUT_ARGS
 
                     default:
                     {
                         // No other operators need processing.
                         break;
                     }
-
-#endif // FEATURE_FIXED_OUT_ARGS
                 }
             } // foreach gtNext
         }     // foreach Stmt