whitespace fix
authorBrian Sullivan <briansul@microsoft.com>
Wed, 21 Feb 2018 20:08:17 +0000 (12:08 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Wed, 21 Feb 2018 20:08:17 +0000 (12:08 -0800)
src/jit/optcse.cpp

index 4b544b93d6597dcbec1b39b0a8405d7d9ea72a96..9b534c97da1432fe220f51604928eba484636c67 100644 (file)
@@ -2517,7 +2517,7 @@ bool Compiler::optValnumCSE_UnmarkCSEs(GenTree* deadTree, GenTree** wbKeepList)
     Compiler::fgWalkResult result;
     assert(optValnumCSE_phase);
 
-    // First check for the rare case where we have a nested CSE def that has 
+    // First check for the rare case where we have a nested CSE def that has
     // side-effects and return false whenever we have this case
     //
     result = fgWalkTreePre(&deadTree, optHasCSEdefWithSideeffect, (void*)wbKeepList);