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:
04701eb
)
remove duplicate line
author
Brian Sullivan
<briansul@microsoft.com>
Fri, 20 Oct 2017 22:23:06 +0000
(15:23 -0700)
committer
Brian Sullivan
<briansul@microsoft.com>
Fri, 20 Oct 2017 22:23:06 +0000
(15:23 -0700)
src/jit/gentree.cpp
patch
|
blob
|
history
diff --git
a/src/jit/gentree.cpp
b/src/jit/gentree.cpp
index 366151eec84c88e0b6849a89e37f69063d061a97..d79301d3a669ea411f641c6fcf5cb7311d9a62e0 100644
(file)
--- a/
src/jit/gentree.cpp
+++ b/
src/jit/gentree.cpp
@@
-1933,7
+1933,6
@@
AGAIN:
val = genTreeHashAdd(uhi32(add), ulo32(add));
#else // 32-bit target
val = add;
- val = add;
#endif
// clang-format on