diff options
author | Brian Sullivan <briansul@microsoft.com> | 2018-02-21 12:08:17 -0800 |
---|---|---|
committer | Brian Sullivan <briansul@microsoft.com> | 2018-02-21 12:08:17 -0800 |
commit | 2705ccc05b85270780c16e746b3f73609ac8b054 (patch) | |
tree | 0ca733bc1a33f5a9c7893708506f4c58955af744 | |
parent | 8fcb420bf996d113a7bc6691eda75c90c66c6d8b (diff) | |
download | coreclr-2705ccc05b85270780c16e746b3f73609ac8b054.tar.gz coreclr-2705ccc05b85270780c16e746b3f73609ac8b054.tar.bz2 coreclr-2705ccc05b85270780c16e746b3f73609ac8b054.zip |
whitespace fix
-rw-r--r-- | src/jit/optcse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/optcse.cpp b/src/jit/optcse.cpp index 4b544b93d6..9b534c97da 100644 --- a/src/jit/optcse.cpp +++ b/src/jit/optcse.cpp @@ -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); |