summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LCSSA.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-03 00:57:21 +0000
committerDan Gohman <gohman@apple.com>2008-06-03 00:57:21 +0000
commit2ad7e7341c202c09e945fb130d8bce26c4b82a0d (patch)
treefce48bfd7c7caf293ab9c9f7f57c645b33de127a /llvm/lib/Transforms/Utils/LCSSA.cpp
parent3db11c2bd972cf4d896568dc49b460c3914f5aa2 (diff)
downloadbcm5719-llvm-2ad7e7341c202c09e945fb130d8bce26c4b82a0d.tar.gz
bcm5719-llvm-2ad7e7341c202c09e945fb130d8bce26c4b82a0d.zip
Fix whitespace in whitespace-significant pseudocode in a comment.
llvm-svn: 51890
Diffstat (limited to 'llvm/lib/Transforms/Utils/LCSSA.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LCSSA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index c3de7979dfb..d94cd594bac 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -17,8 +17,8 @@
// else else
// X2 = ... X2 = ...
// X3 = phi(X1, X2) X3 = phi(X1, X2)
-// ... = X3 + 4 X4 = phi(X3)
-// ... = X4 + 4
+// ... = X3 + 4 X4 = phi(X3)
+// ... = X4 + 4
//
// This is still valid LLVM; the extra phi nodes are purely redundant, and will
// be trivially eliminated by InstCombine. The major benefit of this
OpenPOWER on IntegriCloud