Fix whitespace in whitespace-significant pseudocode in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2008-06-03 00:57:21 +00:00
parent 6e68f59b78
commit c702a9ed1c

View File

@ -17,8 +17,8 @@
// else else // else else
// X2 = ... X2 = ... // X2 = ... X2 = ...
// X3 = phi(X1, X2) X3 = phi(X1, X2) // X3 = phi(X1, X2) X3 = phi(X1, X2)
// ... = X3 + 4 X4 = phi(X3) // ... = X3 + 4 X4 = phi(X3)
// ... = X4 + 4 // ... = X4 + 4
// //
// This is still valid LLVM; the extra phi nodes are purely redundant, and will // This is still valid LLVM; the extra phi nodes are purely redundant, and will
// be trivially eliminated by InstCombine. The major benefit of this // be trivially eliminated by InstCombine. The major benefit of this