Code Review - Removed unnecessary assert.
authorBrian Sullivan <briansul@microsoft.com>
Fri, 16 Feb 2018 23:39:52 +0000 (15:39 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Fri, 16 Feb 2018 23:39:52 +0000 (15:39 -0800)
src/jit/optcse.cpp

index 35d0dc2..5a8841e 100644 (file)
@@ -406,7 +406,6 @@ Compiler::fgWalkResult Compiler::optHasCSEdefWithSideeffect(GenTree** pTree, fgW
     if (IS_CSE_DEF(tree->gtCSEnum))
     {
         // This node is a CSE def
-        assert(IS_CSE_DEF(tree->gtCSEnum));
 
         // If this node contains any persistent side effects then we will return WALK_ABORT.
         //