Fix indentation of diagram in comment (dotnet/coreclr#10554)
authorHyung-Kyu Choi <hqueue@users.noreply.github.com>
Wed, 29 Mar 2017 17:28:13 +0000 (02:28 +0900)
committerJan Kotas <jkotas@microsoft.com>
Wed, 29 Mar 2017 17:28:13 +0000 (10:28 -0700)
Fix indentation of diagram in comment
in Compiler::fgRecognizeAndMorphBitwiseRotation

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/896b773e671cbc54f7a7dc53bb48bd2ff739f155

src/coreclr/src/jit/morph.cpp

index 0388303..48ed943 100644 (file)
@@ -14184,13 +14184,13 @@ GenTreePtr Compiler::fgRecognizeAndMorphBitwiseRotation(GenTreePtr tree)
     //
     //                         OR                      ROL
     //                      /      \                   / \
-        //                    LSH      RSZ      ->        x   y
+    //                    LSH      RSZ      ->        x   y
     //                    / \      / \
-        //                   x  AND   x  AND
+    //                   x  AND   x  AND
     //                      / \      / \
-        //                     y  31   ADD  31
+    //                     y  31   ADD  31
     //                             / \
-        //                            NEG 32
+    //                            NEG 32
     //                             |
     //                             y
     // The patterns recognized: