projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24b7f0
)
Update morph.cpp
author
Hyeongseok Oh
<hseok82.oh@samsung.com>
Mon, 5 Jun 2017 13:55:49 +0000
(22:55 +0900)
committer
GitHub
<noreply@github.com>
Mon, 5 Jun 2017 13:55:49 +0000
(22:55 +0900)
src/jit/morph.cpp
patch
|
blob
|
history
diff --git
a/src/jit/morph.cpp
b/src/jit/morph.cpp
index c2f62242d58bc11a46293a75663d1c6bf079a9ba..fc96f9ad6b19a3d66d2b588c8da354b696e0b521 100644
(file)
--- a/
src/jit/morph.cpp
+++ b/
src/jit/morph.cpp
@@
-1319,9
+1319,7
@@
void fgArgInfo::RemorphStkArg(
}
}
-#ifdef DEBUG
nextSlotNum = (unsigned)roundUp(nextSlotNum, alignment);
-#endif
assert(curArgTabEntry->argNum == argNum);
assert(curArgTabEntry->slotNum == nextSlotNum);