Update morph.cpp
authorHyeongseok Oh <hseok82.oh@samsung.com>
Mon, 5 Jun 2017 13:55:49 +0000 (22:55 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2017 13:55:49 +0000 (22:55 +0900)
src/jit/morph.cpp

index c2f6224..fc96f9a 100644 (file)
@@ -1319,9 +1319,7 @@ void fgArgInfo::RemorphStkArg(
         }
     }
 
-#ifdef DEBUG
     nextSlotNum = (unsigned)roundUp(nextSlotNum, alignment);
-#endif
 
     assert(curArgTabEntry->argNum == argNum);
     assert(curArgTabEntry->slotNum == nextSlotNum);