remove duplicate line
authorBrian Sullivan <briansul@microsoft.com>
Fri, 20 Oct 2017 22:23:06 +0000 (15:23 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Fri, 20 Oct 2017 22:23:06 +0000 (15:23 -0700)
src/jit/gentree.cpp

index 366151eec84c88e0b6849a89e37f69063d061a97..d79301d3a669ea411f641c6fcf5cb7311d9a62e0 100644 (file)
@@ -1933,7 +1933,6 @@ AGAIN:
         val = genTreeHashAdd(uhi32(add), ulo32(add));
 #else // 32-bit target
         val = add;
-        val = add;
 #endif
         // clang-format on