mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user